https://github.com/aurbano/procedural-maps
Procedural Map Generator Playground
https://github.com/aurbano/procedural-maps
pixijs procedural-generation
Last synced: 7 months ago
JSON representation
Procedural Map Generator Playground
- Host: GitHub
- URL: https://github.com/aurbano/procedural-maps
- Owner: aurbano
- License: agpl-3.0
- Created: 2020-02-06T10:03:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T07:05:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T15:51:27.816Z (9 months ago)
- Topics: pixijs, procedural-generation
- Language: JavaScript
- Homepage: https://aurbano.github.io/procedural-maps/
- Size: 2.76 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Procedural Map Playground](https://aurbano.github.io/procedural-maps/)
Online tool to test different parameters for a 2D procedurally generated map.
It uses WebGL rendering using [Pixi.js](https://www.pixijs.com/) of our Hive game.
[Blog post](https://aurbano.eu/post/2020-02-08-procedural-maps/) about this.
## Sample Output
The output resolution is also parameterized, for these examples I kept it slightly high to have a more "pixel art" style. Adjusting the colors and adding some variance to them it could be made to feel more realistic though.
### Lakes & Hills
---
### Islands
---
### Grasslands/Forests
[](https://github.com/aurbano)