Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 642 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 642 Bytes

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