Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 337 Bytes

GameEngine

A cross-platform game engine written in C++ using SDL and the OpenGL 3.3 API.

Features

  • Entity-component-system (ECS) architecture for flexibility in defining game entities.
  • Model loading using Assimp - supports a wide variety of model file formats.

Requirements

  • SDL
  • freetype
  • SOIL
  • FreeGLUT
  • glew