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

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

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.

![alt text](http://i.imgur.com/qN12YaU.jpg "Screenshot-1")

#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