Skip to content

This project is a C++/SDL2/OpenGL custom game engine heavily inspired by the Java/OpenGL game engine built by ThinMatrix in his really great tutorial series.

Notifications You must be signed in to change notification settings

lorenzo-ange/gameengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++/SDL2/OpenGL Game Engine

This project is a C++/SDL2/OpenGL custom game engine heavily inspired by the Java/OpenGL game engine built by ThinMatrix in his really great tutorial series.

Docs

In the /docs folder you can find some details about the engine features in Italian language.

Compilation and execution

CMake v 3.0.0 or newer is required.

CMake is responsible to generate the project Makefile and let this app be 100% cross-platform.

Go to the main project folder and then:

cd build
cmake ..
make
./gameengine

About

This project is a C++/SDL2/OpenGL custom game engine heavily inspired by the Java/OpenGL game engine built by ThinMatrix in his really great tutorial series.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published