Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mandrenkov/geoscape

Desktop application that renders pseudorandom landscapes using a Java binding of OpenGL.
https://github.com/mandrenkov/geoscape

opengl terrain-generation

Last synced: 8 days ago
JSON representation

Desktop application that renders pseudorandom landscapes using a Java binding of OpenGL.

Awesome Lists containing this project

README

        


Geoscape

Geoscape is a Java application that renders psuedorandom landscapes using OpenGL.

---

#### Repository Layout

The repository file system is structured in the following way:

| **Directory** | **Description** |
| :--------: | :--------: |
| [assets/](assets) | Asset files |
| [misc/](misc) | Timeline snapshots |
| [src/](src) | Source code |

---
### Timeline
#### Snapshot 10 - Flying Camera and Finishing Touches
![](misc/Timeline_A.1.png)
![](misc/Timeline_A.2.png)
![](misc/Timeline_A.3.png)
#### Snapshot 9 - Randomized Landscape and More Biomes
![](misc/Timeline_9.1.png)
![](misc/Timeline_9.2.png)
![](misc/Timeline_9.3.png)
#### Snapshot 8 - Backdrop and Platform
![](misc/Timeline_8.png)
#### Snapshot 7 - OpenGL Lighting and Water Biome
![](misc/Timeline_7.png)
#### Snapshot 6 - Biome Textures
![](misc/Timeline_6.png)
#### Snapshot 5 - Lighting and Curved Biome Boundaries
![](misc/Timeline_5.png)
#### Snapshot 4 - Point-Based Biomes
![](misc/Timeline_4.png)
#### Snapshot 3 - Multiple Biomes
![](misc/Timeline_3.png)
#### Snapshot 2 - Solid Shading and Water
![](misc/Timeline_2.png)
#### Snapshot 1 - Landscape Mesh
![](misc/Timeline_1.png)