User Guide: Intro - Suraii/Azurite GitHub Wiki
Azurite Engine User Guide
What is Azurite ?
Azurite is a small project inspired by another game engine named Amethyst (https://amethyst.rs/) It aims to be a low-level ECS C++ game engine library.
Why should I use Azurite ?
- Azurite can help you make small games quickly while being very light-weighted.
- Every single part of the Engine is fully customizable, allowing you to implement anything you need.
- Since it's a low level engine, it can help you understand how ECS game engines works.