Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phlmn/grass-generator
A small playground to test procedurally generated grass
https://github.com/phlmn/grass-generator
Last synced: 9 days ago
JSON representation
A small playground to test procedurally generated grass
- Host: GitHub
- URL: https://github.com/phlmn/grass-generator
- Owner: phlmn
- License: mit
- Created: 2019-08-20T08:06:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T15:57:46.000Z (26 days ago)
- Last Synced: 2024-10-14T12:19:58.580Z (23 days ago)
- Language: JavaScript
- Homepage: https://phlmn.github.io/grass-generator/
- Size: 6.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
`grass-generator`A small playground to test procedurally generated grass.
![screenshot of grass-generator](screenshot.png)
## Play with it
There is an instance running at [phlmn.github.io/grass-generator](https://phlmn.github.io/grass-generator/). Have fun!
## Hack on it
* `npm start` spins up a parcel dev server
* `npm run build` bundles a production build to `./dist`