Skip to content

Gnimuc/Nuklear.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuklear

Build Status Build Status

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.

Installation

pkg> add Nuklear

Example

Some basic examples can be found in the demo folder.

demo

Backends

  • GLFW.jl + ModernGL.jl
  • SFML(pending upstream)
  • SDL(pending upstream)

License

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.