Thin wrapper over GLFW
OS abstraction and GL/Vulkan context
handling library.
- ASDF/Quicklisp
- x86_64/i686 GNU/Linux, macOS or Windows
(ql:quickload '(glfw-blob bodge-glfw))
All wrapped functions can be found in %glfw
package. On the other hand, glfw
package
contains minimally lispified wrappers and utility functions.
Lispified GLFW example from the
documentation can be found in example.lisp
To run it, evaluate in your REPL:
(ql:quickload :bodge-glfw/example)
(glfw.example:run)