Skip to content

Ritam727/pi_game_engine

Repository files navigation

PI Game Engine

Running locally

Clone the repo to your local system and navigate to the root of the project:

git clone --recursive https://github.com/Ritam727/pi_game_engine.git
cd pi_game_engine/

On Linux

To build the project, run the following commands:

mkdir build
cd build/
cmake .. --preset=debug/release # any one of release or debug
cmake --build . - --j4 

Run the application using:

./pi_game_engine # from inside the build folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published