/PlanetEngine

Game engine designed to render planets. Inspired by Outerra

Primary LanguageRustMIT LicenseMIT

Planet Engine

MSBuild

Compiling a development build

Run these commands in the project root

conan install . --install-folder build -s build_type=Debug --build=missing
conan build . --build-folder build

Compiling a release build

conan install . --install-folder build --build=missing
conan build . --build-folder build