Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 572 Bytes

File metadata and controls

12 lines (9 loc) · 572 Bytes

Simple2D Extended Edition

(This was created in 2018 / This is a hobby High School project)

A simple game ""engine"" build based on my original Simple2D engine.

Changes made to Simple2D:

  • Programs with gameobjects now staticaly link to Simple2D.lib instead of each gameobject being compiled into a shared library and then being loaded.
  • Due to changes in loading, game object which are going to be created dynamically are loaded from a prefab xml file.
  • Added Support for proper text rendering !!!!

Dependencies

SDL2, GLEW, GLU, OpenGL, stbi, FreeType, rapidxml