Update; GUI in C
github.com·1d·
Flag this post

NuklearX

NuklearX (read as “Nuklear-X”) is an overlay over Nuklear Nuklear GUI library.

Write one simple code, compile it for any supported frontend.

NuklearX is out-of-box configured by preprocessor variable NKCD=NKC_x (NKC_XLIB, NKC_SDL, NKC_GLFW, NKC_GDIP).i

Why and features?

  • Nuklear itself requires a lot of additional user code to create OS window etc. NuklearX hides low details.
  • Immediate mode graphical user interface toolkit
  • Single header library
  • Focus on portability, efficiency and simplicity for user
  • UTF-8 support
  • Written in C89 (ANSI C)
  • Emscripten ready (when using nkc_set_main_loop)

Docs

You can use Doxygen docs. Or just hav…

Similar Posts

Loading similar posts...