Skip to content

A framework for making 2D games with chunky pixels in Teascript

License

Notifications You must be signed in to change notification settings

RevengerWizard/micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micrö

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.

Building

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

License

Licenced under MIT License. Copy of the license can be found here

About

A framework for making 2D games with chunky pixels in Teascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages