https://github.com/sroehrl/planet-generator
Planet generator for the game-dev who wants output as spritesheet.
https://github.com/sroehrl/planet-generator
gamedev generator planet spritesheet
Last synced: over 1 year ago
JSON representation
Planet generator for the game-dev who wants output as spritesheet.
- Host: GitHub
- URL: https://github.com/sroehrl/planet-generator
- Owner: sroehrl
- License: mit
- Created: 2021-05-15T16:34:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T17:50:48.000Z (about 5 years ago)
- Last Synced: 2025-01-06T07:12:29.927Z (over 1 year ago)
- Topics: gamedev, generator, planet, spritesheet
- Language: JavaScript
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Procedural Planet Generator /w export to SpriteSheet
## What this is
I needed a way to generate sprite-sheets for a [Phaser](https://phaser.io) project for coders
([ResourceMeJS](https://neoan.us/game)). Unfortunately, I was surprised to find the internet doesn't provide me with an easy to find solution.
So I just built what I needed:
[](https://sroehrl.github.io/planet-generator)
[hosted @ https://sroehrl.github.io/planet-generator](https://sroehrl.github.io/planet-generator)
### Can I use it?
Yes, no contribution is necessary if you use assets generated. However, if you clone/copy my code,
please respect the license.
### Resources
- [Gaudiamus-Css](https://gaudiamus-css.github.io/)
- [Perlin Noise](https://en.wikipedia.org/wiki/Perlin_noise)