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

https://github.com/thebutlah/terrainrenderdemo

A simple OpenGL ES 2.0 app for Android that randomly generates terrain and renders it.
https://github.com/thebutlah/terrainrenderdemo

3d-renderer android opengl opengl-es perlin-noise procedural-generation terrain

Last synced: 2 months ago
JSON representation

A simple OpenGL ES 2.0 app for Android that randomly generates terrain and renders it.

Awesome Lists containing this project

README

          

# TerrainRenderDemo
A simple OpenGL ES 2.0 app for Android that randomly generates terrain and renders it. This is my second android app, and was intended to be a learning experience to become familiar with OpenGL ES and Android.

The app displays randomly generated terrain generated with a Perlin noise algorithim I implemented in Java, and applies a simple repeating texture to the terrain.