/cosmic-nebulae

Primary LanguageC++MIT LicenseMIT

Cosmic Nebulae

Build instructions

Clone the repository

git clone  https://github.com/orion160/cosmic-nebulae.git
cd cosmic-nebulae

Configure and build the project

Via presets

cmake -S . --preset <PRESET_NAME>
cmake --build --preset <PRESET_NAME>

Or you can use your own methods