Skip to content

A 2D/3D game engine written in C++ for learning purposes

Notifications You must be signed in to change notification settings

mjjs/sepples-game-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Sepples game engine

A 2D/3D game engine purely for learning purposes. The engine has been heavily influenced by the following game engine series:

Dependencies

All dependencies will be attempted to be added as git submodules under the vendor folder and built via the project Makefile.

  • SDL2 2.0.12 or greater
  • OpenGL
  • Glad
  • Assimp
  • spdlog
  • imgui
  • imguizmo
  • portable-file-dialogs
  • yaml-cpp
  • glm
  • entt

Building/running

make
./build/game_engine

Attribution

About

A 2D/3D game engine written in C++ for learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages