A WIP game engine project.
Windows Installation Guide
- Download / Open Visual Studio Installer
- Go
Single Componenttag, search forclangand ensure you have selected all options it showed. - Check installed Python version is >= 3.12, and ensure it has been added to your current Path.
- Install pipx by
python -m pip install pipxand then install poetrypipx install poetry.
Linux Installation Guide
🚧 TBD 🚧
Installing Clang + Python>=3.12 + poetry, then it should be ok.
Steps
- Clone this project
git clone https://github.com/DarcJC/AvalancheEngine.git. - Get into cloned directory
cd AvalancheEngine. - Pull submodules
git submodule update --init --recursive. - Setup python environment
poetry install. - Run
poetry shellto activate new environment or select your poetry environment inCLion. - (1) Select target and click build button if you are using
CLion. - (2) Run
cmake -B cmake-build && cmake --build cmake-build.