Thin wrapper over NanoVG
library for hardware-accelerated 2D drawing via OpenGL.
- ASDF/Quicklisp
- x86_64/i686 GNU/Linux, macOS or Windows
(ql:quickload '(nanovg-blob bodge-nanovg))
All wrapped functions can be found in %nvg
package. On the other hand, nvg
package
contains minimally lispified wrappers and utility functions.
A bit verbose but simplest possible example can be found in example.lisp
.
To run it, evaluate in your REPL:
(ql:quickload :bodge-nanovg/example)
(nanovg.example:run)