imgui

2020-11-25 Thread kb2ma
Thanks for the correction. Ironically I also just pulled in 1.4.0 to test that the Nim version was not an issue with running ImGui. Looks like I need to check the release page too. ;-)

imgui

2020-11-25 Thread kb2ma
The command line `nim r i.nim` in your example above should not compile/run. I assume you mean `nim c -r i.nim`. Can you share a snippet of `i.nim` so we can understand what's happening on line 3? Also, you should be able to compile and run the ImGui [test app](https://github.com/nimgl/imgui/b

imgui

2020-11-20 Thread kb2ma
I recently ran across this issue, too. The nimgl/imgui repository includes [cimgui](https://github.com/cimgui/cimgui) as a submodule. You should be able to compile the shared library by running `make` in `src/imgui/private/cimgui`. Then copy/link the generated `cimgui.so` to the the same directo