Skip to content
/ irene Public

My game framework on top of nene and rotor-nelua

License

Notifications You must be signed in to change notification settings

Andre-LA/irene

Repository files navigation

Irene

My personal game framework made on top of Rotor-nelua ECS library and Nene game library.

You should clone this repository with

git clone --recurse-submodules  https://github.com/Andre-LA/irene.git

Dependencies

Both rotor-nelua and nene are bundled as git submodules, however, you also need to install nene's dependencies.

Running examples

Just run the following command, replacing "EXAMPLE" with one of the available examples on tests directory.

nelua tests/EXAMPLE.nelua