Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baturinsky/gen1k
Made for js1024 contest. Minified version is under 1k js.
https://github.com/baturinsky/gen1k
terrain-generation
Last synced: 5 days ago
JSON representation
Made for js1024 contest. Minified version is under 1k js.
- Host: GitHub
- URL: https://github.com/baturinsky/gen1k
- Owner: baturinsky
- Created: 2021-07-14T19:08:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T23:34:34.000Z (over 3 years ago)
- Last Synced: 2024-11-07T19:41:00.582Z (about 2 months ago)
- Topics: terrain-generation
- Language: TypeScript
- Homepage: https://codepen.io/baturinsky/pen/KKmZgBQ
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A tiny terrain generator
Made for js1024 https://js1024.fun/demos/2021#24 contest. Minified version is under 1k js.
![screenshot.jpg](screenshot.jpg)
Generates a realistic world map on hex or square grid. Includes simulation of humidity and erosion.
Based on a slightly simplified version of this https://github.com/baturinsky/worldgen algorithm. Read readme there for the details of algorithm.
# Links
Git: https://github.com/baturinsky/gen1k
Twitter: https://twitter.com/baturinsky
Post-compo version. Check out for some features that did not fit in 1k, like gradual map generation and 3d mode (will work on it on weekend after deadline):
https://codepen.io/baturinsky/pen/KKmZgBQ