johannes hanika

Results 124 comments of johannes hanika

cannot reproduce. any more information on what this looks like or how i could try to trigger it? selection with keyboard/gamepad/mouse works fine here.

hmm i had to step through this video frame by frame to see it. what is normal behaviour is that there is a change on mouse down and one on...

hah, good question. i suppose this may have to do with how imgui works (redraw vs mouse clicks). still it seems like "no image selected" is a state that i...

..if it's any help, gcc should work too (just need to fill it in in the appropriate spot in `bin/config.mk` overwriting whatever was set in `bin/config.mk.defaults`. i do that for...

"I'm seeing a few bugs and things I would want to tweak," do let me know about that, i might be able to fix it 😃 On Mon, 4 Jul...

hi mica and thanks for the effort! "layer not present" often indicates that it doesn't find the validation layers required for debug mode. since you did install it i'm not...

heya, fwiw the makefile obeys the std semantics of `DESTDIR` and `prefix`. the directory listing you're posting looks like `DESTDIR=result` and `prefix=/usr` but you can of course change them as...

.. i think this is done, right? if not please reopen or start another.

these outputs are just informative messages and don't mean errors. the thumbnail render issue was present in the initial release but should be fixed in 0.5.4. let me know if...

hm to place a button there i'd need to reimplement the expanders (currently these are stock imgui widgets), but it can be done. i wanted to put buttons there anyways...