https://github.com/dudoslav/adventure
3D endless world rendering in Java using LWJGL3
https://github.com/dudoslav/adventure
Last synced: 4 months ago
JSON representation
3D endless world rendering in Java using LWJGL3
- Host: GitHub
- URL: https://github.com/dudoslav/adventure
- Owner: dudoslav
- Created: 2016-01-07T12:18:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T14:59:22.000Z (almost 10 years ago)
- Last Synced: 2024-12-27T03:20:20.078Z (about 1 year ago)
- Language: Java
- Size: 13.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adventure
3D endless world rendering in Java using LWJGL3
This project was made because i had nothing better to do during summer holidays :).
It renders endlessly generated world. World is generated using Simplex Noise from bukkit.
Rendering is done by using OpenGL in lwjgl3. I tried to use newest OpenGL. Also shaders are used.

#CONTROLLS
+ W/A/S/D - for moving
+ Mouse - for rotating
+ Arrows - for moving sun
#BUILDING
+ This project uses gradle so it should be simple to build it