Skip to content

engine3d-dev/TheAtlasEngine

Repository files navigation

The Atlas Engine

✅CI GitHub stars GitHub forks GitHub issues

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.

How to build the engine

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.

Clone the repository

git clone https://github.com/engine3d-dev/TheAtlasEngine
cd TheAtlasEngine

Building using Conan

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

About

Open-source Vulkan game engine written in modern C++ to create games with, developed by sfsu students.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5