Nuklear.jl

Julia wrapper for nuklear
Author Gnimuc
Popularity
30 Stars
Updated Last
1 Year Ago
Started In
November 2018

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.

Used By Packages

No packages found.