An Entity Component System (ECS) engine built in Rust.
This project uses Rust nightly.
- Install Python 3.4 or later (need it for
pip) - Run
pip install pre-commit - In the root directory of the project, run
pre-commit install - Run
pre-commit run --all-filesto verify that it's working