❤️ 2D Game Framework with ChaiScript
Go to file
2017-07-04 12:32:34 -04:00
chaigame Move to Config() 2017-07-04 12:32:34 -04:00
test Add config and timer 2017-07-04 12:25:34 -04:00
vendor Switch to ChaiScript Extras mathlib 2017-07-04 10:31:14 -04:00
.editorconfig Initial commit 2017-06-19 15:30:00 -04:00
.gitignore Initial commit 2017-06-19 15:30:00 -04:00
.gitmodules Switch to ChaiScript Extras mathlib 2017-07-04 10:31:14 -04:00
Application.cpp Move to Config() 2017-07-04 12:32:34 -04:00
Application.h Move to Config() 2017-07-04 12:32:34 -04:00
libretro.cpp Add config and timer 2017-07-04 12:25:34 -04:00
link.T Add ChaiScript 2017-06-19 23:03:52 -04:00
main.chai Add config and timer 2017-07-04 12:25:34 -04:00
Makefile Move to Config() 2017-07-04 12:32:34 -04:00
README.md Move to Config() 2017-07-04 12:32:34 -04:00

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