Skip to content

pull-request-perhaps/bodge-glfw

 
 

Repository files navigation

Build Status Build status

bodge glfw wrapper

Thin wrapper over GLFW OS abstraction and GL/Vulkan context handling library.

Requirements

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

Loading

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

Usage

Interface

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

Example

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)

About

Thin wrapper over GLFW library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Common Lisp 70.2%
  • Shell 14.3%
  • NewLisp 6.3%
  • C 4.7%
  • CMake 4.5%