Julia wrapper for nuklear, a minimal state immediate mode graphical user interface toolkit written in ANSI C. The bindings are auto-generated using Clang.jl. Please refer to nuklear docs for how to use those C-bindings.
pkg> add Nuklear
Some basic examples can be found in the demo
folder.
- GLFW.jl + ModernGL.jl
- SFML(pending upstream)
- SDL(pending upstream)
Only the Julia code in this repo is released under MIT license. Other assets such as those fonts in the
demo/extra_font
folder are released under their own license.