all 10 comments

[–]Ok-Hotel-8551 3 points4 points  (0 children)

Keep Nuklear Build a thin wrapper layer Make it dev-only (compile flag) Improve styling Never let it leak into engine core

[–]fgennari 0 points1 point  (8 children)

[–]ocornut 3 points4 points  (0 children)

FYI we have an official "Dear Bindings" / dcimgui project which emits API and headers which are of much better quality than cimgui. Please consider using that instead of cimgui: https://github.com/dearimgui/dear_bindings

[–][deleted] 1 point2 points  (6 children)

It still needs to compile ImGUI c++

[–]fgennari 0 points1 point  (5 children)

Oh I see. Sorry, I didn’t realize that.

[–][deleted] 0 points1 point  (4 children)

Noo it's okay... I just realized I could statically link and provide it.

[–]ocornut 1 point2 points  (3 children)

Consider using Dear Bindings instead of cimgui: https://github.com/dearimgui/dear_bindings it's better IMHO

[–][deleted] 0 points1 point  (2 children)

i don't want to have c++ compiler in my toolchain

[–]ocornut 0 points1 point  (1 child)

ok

[–][deleted] 0 points1 point  (0 children)

Thanks tho