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.
- Host: GitHub
- URL: https://github.com/bamless/3d-lwjgl-engine
- Owner: bamless
- License: mit
- Created: 2016-01-05T03:30:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T20:40:04.000Z (about 8 years ago)
- Last Synced: 2025-06-06T06:40:08.478Z (about 1 year ago)
- Topics: 3d, engine, glsls, gradle, java, opengl
- Language: Java
- Homepage:
- Size: 15.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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