Skip to content

e8newallm/GameEngine-example

Repository files navigation

GameEngine-Example

An example project for the SDL3 based game engine found here.

Dependencies

Build

Before building the example project, make sure all of the dependencies are installed.

  1. Clone the repository
git clone https://github.com/e8newallm/GameEngine-example.git
  1. Pull all submodules used by the project (Including the GameEngine itself)
git submodule update --init --recursive
  1. Build the example project (Add the -r flag to run the project after build)
./build.sh
./build.sh -r

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published