Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 294 Bytes

File metadata and controls

12 lines (11 loc) · 294 Bytes

Java-Lwjgl3-Game-Engine-StartingCode

This is the Project Starting Code Template for Lwjgl 3 Game Engine Programming

Template implements:

  • GLFW Window
  • GLFW Input-Handler
  • Game Loop
  • Camera
  • 3D Math (Matrices,Vectors)
  • Shader Program Template
  • OBJ-File Loader
  • GLSL-File Loader