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
- Host: GitHub
- URL: https://github.com/fynnfluegge/lwjgl3-game-engine-programming-series
- Owner: fynnfluegge
- License: mit
- Created: 2017-07-01T07:45:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T12:31:39.000Z (over 7 years ago)
- Last Synced: 2025-01-18T09:53:13.986Z (9 months ago)
- Topics: glfw, java, lwjgl3, opengl, oreon-engine
- Language: Java
- Homepage:
- Size: 8.07 MB
- Stars: 69
- Watchers: 8
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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