An example project for the SDL3 based game engine found here.
Before building the example project, make sure all of the dependencies are installed.
- Clone the repository
git clone https://github.com/e8newallm/GameEngine-example.git- Pull all submodules used by the project (Including the GameEngine itself)
git submodule update --init --recursive- Build the example project (Add the -r flag to run the project after build)
./build.sh
./build.sh -r