floooh / sokol-nim

nim bindings for https://github.com/floooh/sokol
MIT License
76 stars 14 forks source link

Add imgui example #19

Open IcyVizi opened 1 year ago

IcyVizi commented 1 year ago

Hope some sokol imgui examples.

Angluca commented 11 months ago

Hope to add imgui in the future .

crystalthoughts commented 1 month ago

I'm currently looking to re-implenting sokol_imgui in Nim by hand (using these bindings). Is that the right way to go?

Or should I also bind it? I'm wondering how it would interact with the existing bindings given that it also depends on the C sokol srcs.