Thin wrapper over Nuklear
immediate mode
GUI library. For rich lispified system based on this wrapper have a look at
bodge-ui-window
and
bodge-ui
.
(ql:quickload '(nuklear-blob bodge-nuklear))
All wrapped functions can be found in %nk
package. On the other hand, nk
package contains minimally lispified wrappers and utility functions.
Example on how to use nuklear and a native renderer can be found in
example.lisp
. See #'compose-nuklear
function.
To run it, evaluate in your REPL:
(ql:quickload :bodge-nuklear/example)
(nuklear.example:run)