Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mandrenkov/geoscape
- Owner: Mandrenkov
- License: other
- Created: 2017-01-24T01:41:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T04:05:55.000Z (over 6 years ago)
- Last Synced: 2024-11-06T18:01:51.217Z (about 2 months ago)
- Topics: opengl, terrain-generation
- Language: Java
- Homepage:
- Size: 22.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
GeoscapeGeoscape 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)