Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeonuke/mapgen
A perlin noise generator that can be used to mess with perlin noise or create random Cities Skylines maps
https://github.com/lukeonuke/mapgen
cities-skylines java javafx
Last synced: 15 days ago
JSON representation
A perlin noise generator that can be used to mess with perlin noise or create random Cities Skylines maps
- Host: GitHub
- URL: https://github.com/lukeonuke/mapgen
- Owner: LukeOnuke
- License: gpl-3.0
- Created: 2020-04-20T20:38:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T11:57:35.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T21:28:58.514Z (3 months ago)
- Topics: cities-skylines, java, javafx
- Language: Java
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mapgen
[Perlin noise](https://en.wikipedia.org/wiki/Perlin_noise) generator that can be used to mess with perlin noise and create perlin noise (who would have guessed) to be used as heightmaps for terrain in early development, or even for random cities skylines maps## Instalation
Dowload the latest release from [here](https://github.com/LukeOnuke/mapgen/releases) (Github Release) and use the program , everything it needs is in the jar itself so it doesnt need instalation.## Images
The program itself![examle image of the program](https://i.imgur.com/3OpIKoT.png)
##
Noise it generates![perlin noise it generates](https://i.imgur.com/FX8DtWM.png)
## Legal info
This program was coded in Netbeans and the GUI was made in [GluonScene](https://gluonhq.com/products/scene-builder/).
The program is licensed under [GNU GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).
If you want to distribute the program just link to the github releases (https://github.com/LukeOnuke/mapgen/releases) .