Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 362 Bytes

Euclid_Engine

A game engine project in OpenGL.

Libraries used:

  • GLFW (create windows, manage inputs)
  • Glad (manages function pointers for OpenGL)
  • glm (vector/matrix maths libbrary)
  • Dear ImGui (graphical user interface lirary)
  • assimp (read and load 3D models)