This is a Mojo port of the archetype-based ECS Arche.
This software is under construction and not fully working at the moment.
This project is written in Mojo, which needs to be installed in order to compile, test, or use the software. If Mojo and the command line interface Magic are available, dependencies can be installed by navigating to the project directory and executing the following command:
magic install
If parts of the program should be executed afterwards, it is advisable to execute the following command, which makes mojo
available on the command line:
magic shell
This includes magic install
, so it is okay to omit the former step.
The next mile stones are the following
- Gain a minimal functionality of the ECS.
- Improve the usability and performance of the ECS.
The repository currently contains code Go code by Martin Lange, licensed under the MIT license. This code will be removed eventually. The Mojo files are licensed under the LGPL3.