interactive-demo - A demo of interactive image based development in Common Lisp, created specially for YouTube video.
To build this project, you'll need a Qlot and Roswell, because CL-RAYLIB
should be installed from Ultralisp.org.
Having Qlot and Roswell installed, run these steps to build a demo:
qlot install
qlot exec ros build roswell/demo.ros
Now you can run the demo:
SLYNK_PORT=7000 roswell/demo
Connect to it using SLY
and play with content of the src/core.lisp
file.
Here is how this demo looks like: