An open API service indexing awesome lists of open source software.

https://github.com/fynnfluegge/lwjgl3-game-engine-programming-series

This is the project related to the OpenGL Game Engine Programming Series
https://github.com/fynnfluegge/lwjgl3-game-engine-programming-series

glfw java lwjgl3 opengl oreon-engine

Last synced: 7 days ago
JSON representation

This is the project related to the OpenGL Game Engine Programming Series

Awesome Lists containing this project

README

          

# Lwjgl3-Game-Engine-StartingCode
## This is the Project Starting Code Template for the Lwjgl 3 Game Engine Programming Series

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