dinau / imguin

Dear Imgui / CImGui, ImPlot/CImPlot wrapper for Nim language
MIT License
29 stars 2 forks source link

Out of tree builds #13

Closed Psirus closed 1 year ago

Psirus commented 1 year ago

How can I install imguin so that I can build my application outside of the imguin tree? All the examples assume they live inside the tree (e.g. switch "path","../../src" # for "import glad/gl"). Thank you for the library.

dinau commented 1 year ago

Thank you for the comment,
I will modify that imguin can be built
outside of the tree.

dinau commented 1 year ago

Updated. It should be able to install as nimble package,

nimble install https://github.com/dinau/imguin
Psirus commented 1 year ago

Thanks, that works.