borodust / bodge-nuklear

Thin wrapper over Nuklear for Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status

BODGE-NUKLEAR

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.

Requirements

  • ASDF/Quicklisp
  • x86_64/i686 GNU/Linux, macOS or Windows

Loading

(ql:quickload '(nuklear-blob bodge-nuklear))

Usage

Interface

All wrapped functions can be found in %nk package. On the other hand, nk package contains minimally lispified wrappers and utility functions.

Example

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)

About

Thin wrapper over Nuklear for Common Lisp

License:MIT License


Languages

Language:Common Lisp 81.0%Language:C 18.9%Language:Makefile 0.1%Language:NewLisp 0.0%Language:Shell 0.0%