Skip to content

samufi/larecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Larecs - lucid archetype-based ECS

This is a Mojo port of the archetype-based ECS Arche.

This software is under construction and not fully working at the moment.

Installation

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.

Next steps

The next mile stones are the following

  • Gain a minimal functionality of the ECS.
  • Improve the usability and performance of the ECS.

License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published