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.
- Host: GitHub
- URL: https://github.com/thebutlah/terrainrenderdemo
- Owner: TheButlah
- Created: 2016-01-10T20:37:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T00:11:00.000Z (over 9 years ago)
- Last Synced: 2026-03-29T16:57:08.016Z (3 months ago)
- Topics: 3d-renderer, android, opengl, opengl-es, perlin-noise, procedural-generation, terrain
- Language: Java
- Homepage:
- Size: 809 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.