hinxx
hinxx
Tried this PR on my Linux Mint 19.3 system, and I still get the app to crash if window resize is attempted. Happens for both SDL and GLFW with vulkan....
Thanks for the update @RoryO . I still have the same issue: ``` hinxx@obzen ~/Code/x11imgui/examples/example_sdl_vulkan $ ./Debug/example_sdl_vulkan Xlib: extension "NV-GLX" missing on display ":0.0". [vulkan] Error: VkResult = -1000001004 Aborted...
@RoryO , we're getting there.. not yet there though. This time it took a little longer to get it to crash. It happens only after the internal window is moved...
@RoryO, works fine for me now, no more crashes.
@RoryO, I tried building your X11 / vulkan code but ran into trouble: ``` hinxx@obzen ~/Code/x11imgui/examples/example_x11_vulkan $ bash build.sh In file included from ../imgui_impl_x11.cpp:23:0: /usr/include/xcb/xkb.h:727:19: error: declaration does not declare...
@RoryO, I can compile it now, thanks! Additionally, after fixing some issues on my system (solved by installing missing packages regarding vulkan for Intel HD 630 card I'm using and...
Regarding the window resize, is it supposed to be possible now on this PR? Resize crashes the app for me at the moment. I did notice that the windows resize...
Grounding the pins sounds like a risky task. I might be creating a short circuit if +3.3V pin gets grounded. Also the tiny pins on the SoC do not help....
Thanks @cjj25 ! I partially gave up on reset pin hunt, and stopped looking into the UART because it is behaving similar to what you described; I see motor signals...
> Again im not sure why using the ${OBJ} target in obj: ${OBJ} does not work. It is because of `VPATH += ../parts` that is found in the `Makefile` of...