This package contains code that allows GLFW to be used as a host for CEPL.
Cepl.GLFW is very young but does appear to render stuff. I have only run it on Windows 10 under SBCL, but who knows, it might work on other setups.
- Make sure that the GLFW shared library is installed. See here to download a pre-built copy of GLFW for Windows.
- You will also need libffi installed. The easiest way to get this on Windows is to use the one that ships with Emacs.
(ql:quickload "cepl.glfw")
(load "example/triangle.lisp")
(cepl.glfw.triangle:run-demo)