Skip to content

LemonsFramework/lemons

Repository files navigation

lemons is a game framework that's built on haxe that provides.. well what a game framework should, a framework to build your games on

installing

there isnt a haxelib version avalible yet so you'll have to follow the installing from github instructions

installing from github

go to your bash shell of choice or command prompt and run

cd <whereever you want to install lemons in>
git clone --recurse-submodules https://github.com/LemonsFramework/lemons.git
cd lemons
haxelib dev .

since haxelib git doesent recursivley clone submodules, you have to use this janky fix

you will need to follow the building instructions at the bottom if you're installing it from github

building

again, go to your bash shell of choice or command prompt and run haxelib run lemons rebuild. oh, and you'll have to have cmake installed.

About

2d game framework i think

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published