dawranliou / cl-raylib-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cl-raylib-demo

A demo game using raylib and its Common Lisp binding cl-raylib through cffi. The game is currently mostly based on the github project: raysan5/raylib-game-template.

Install

  1. Follow instructions on cl-raylib
  2. Load :cl-raylib-demo
  3. Run cl-raylib-demo:main

Build

make build

License

MIT

About


Languages

Language:Common Lisp 99.4%Language:Makefile 0.6%