mirror of
https://github.com/libretro/libretro-chailove.git
synced 2024-11-30 11:40:44 +00:00
❤️ 2D Game Framework with ChaiScript
chaigame | ||
test | ||
vendor | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
Application.cpp | ||
Application.h | ||
libretro.cpp | ||
link.T | ||
main.chai | ||
Makefile | ||
README.md |
ChaiGame
Experimental framework to make 2D games with libretro, inspired by LÖVE.
Features
Usage
TODO: Add usage documentation.
Development
Building takes some time, so be patient.
make
retroarch -L chaigame_libretro.so main.chai
Flags
There are a few flags you can enable to change how Chai is compiled and used.
HAVE_CHAISCRIPT
Remove the scripting environment.
make HAVE_CHAISCRIPT=0