solenum / exengine

A C99 3D game engine
https://oods.net
MIT License
550 stars 31 forks source link

replace imgui with nuklear #17

Closed monolifed closed 4 years ago

monolifed commented 5 years ago

Pros: single header lib in C Cons: lacks some features (?)

solenum commented 5 years ago

I think functionality-wise, imgui is considerably superior. Though imgui is really just a debugging GUI library, while nuklear seems more viable for game GUI's.

I was planning on removing imgui or at the very least making it optional as I dislike depending on a c++ compiler. I might add in nuklear as an extra optional thing somewhere down the line so keep this issue open until then.