johannes hanika

Results 124 comments of johannes hanika

heya, just wanted to say thanks for the pull request and that i'm successfully using it. to resolve build/merge problems, i had to add this commit: https://github.com/hanatos/glfw/commit/709d88f5d87d12c7b2b58e601526a35fd00508a3

i really like this! i've used something similar / less sophisticated in the past. i think our code has the same issue: when using the gamepad nav system, how do...

hmm. right, i suppose a background thread calling `glfwPostEmptyEvent()` after polling the joystick will do. not pretty, but should be functional.

this works, thanks for the idea. for reference, here's my polling thread: https://github.com/hanatos/vkdt/blob/master/src/gui/main.c#L71 and further down the same file is the glfw main loop: https://github.com/hanatos/vkdt/blob/master/src/gui/main.c#L257

https://github.com/hanatos/glfw/tree/tablet : rebased to current glfw/master.

@Cazadorro ah nice catch. i don't normally have access to macintosh or windows computers, so i just didn't notice. i mean i can try and fix this syntactically (it's a...

but yes, it would be great to have this merged! let me know if i can help. i could offer rebasing to current master, testing the linux version and i...

fair point. pushed to the master branch in my repo now, so it will run the checks. it's also rebased to current upstream/master which was surprisingly simple. i tested drawing...

fwiw this rawspeed issue seems to be related: https://github.com/darktable-org/rawspeed/issues/189 edit: ignore me. cytrinox already has support in rawler for the updated prediction models. the issue with files such as these:...

for the record, i think the blackmagic way of de-swizzling the decoded jpg data is required, as outlined here: https://github.com/darktable-org/rawspeed/pull/334#issuecomment-1412148764 i think cytrinox is well aware of this but probably...