Open-source game engine for making games, building cool projects, and doing cool work in building features with the satisfaction of using them during game jams and other purposes.
Tip
Before you build the project make sure to follow the setup instruction in the getting start page.
To get started in contributing here are the steps to do so. Follow these instructions.
git clone https://github.com/engine3d-dev/TheAtlasEngine
cd TheAtlasEngine
To build the project, run the following command below.
Tip
-b missing
is used to get the dependency's the project uses before building the project itself. To load that into conan cache for reusability.
conan build . -b missing
The compiled executable to run the editor to run is
./build/editor/editor