Skip to content

Capstone group project. We are creating a game engine from scratch using OpenGL.

License

Notifications You must be signed in to change notification settings

KaihWhite/Start-Your-Engine

Repository files navigation

Start-Your-Engine

Capstone group project. We are creating a game engine from scratch using OpenGL.

To get started:

clone the repository using the recursive flag

git clone --recursive <repository_url>

or clone normally and run:

git submodule init
git submodule update

run the premake script to build project files for your system configured for windows pcs only so far

premake/premake5 vs2022

open the project in your IDE and build the demo

Credit to: https://zegley.itch.io/2d-platformermetroidvania-asset-pack for character assets

learnopengl.com for boilerplate code

box2d for 2D pyhsics library

glm for openGL math library

stb_image for image loading

About

Capstone group project. We are creating a game engine from scratch using OpenGL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published