A tiny framework for making 2D games with chunky pixels in Teascript.
This is a rework of rxi's Juno framework, adapted to work with Teascript and with some overall changes in the library.
Micro's main dependencies are GLFW for OS window and input and Glew for OpenGL extension loading. You'll also need make and gcc.
Make sure to have the latest commit of Teascript compiled.
You may need to modify the Makefile to point to the correct library paths used by your system.
git clone https://github.com/RevengerWizard/micro && cd micro
make
Licenced under MIT License. Copy of the license can be found here