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

https://github.com/bamless/3d-lwjgl-engine

An OpenGL 3D Engine written in Java.
https://github.com/bamless/3d-lwjgl-engine

3d engine glsls gradle java opengl

Last synced: about 2 months ago
JSON representation

An OpenGL 3D Engine written in Java.

Awesome Lists containing this project

README

          

# 3D-LWJGL-Engine
An OpenGL 3D Engine written in Java.

# How to build
Without an IDE:
- Run from terminal **gradle build**. If you don't have gradle installed you can use the gradlew (gradlew.bat on windows) file instead

With an IDE:
- just import the project as a gradle project

# How to launch
Without an IDE:
- Run from terminal **gradle run**

With an IDE:
- Launch the Launcher class in com.sirbizio.engineTester