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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6be336 · Apr 28, 2023
Apr 17, 2023
Apr 28, 2023
Feb 22, 2021
Jan 16, 2023
Apr 17, 2023
Jan 16, 2023
Oct 20, 2020
Dec 28, 2020
May 12, 2022
Aug 21, 2021
Aug 30, 2020
Aug 21, 2021

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

Releases

No releases published