https://github.com/swiftcoder/glypherator
Procedural glyphs in javascript
https://github.com/swiftcoder/glypherator
gamedev procedural-generation
Last synced: 10 months ago
JSON representation
Procedural glyphs in javascript
- Host: GitHub
- URL: https://github.com/swiftcoder/glypherator
- Owner: swiftcoder
- Created: 2017-02-13T00:57:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T09:03:21.000Z (over 3 years ago)
- Last Synced: 2025-01-29T23:41:44.910Z (12 months ago)
- Topics: gamedev, procedural-generation
- Language: JavaScript
- Homepage: https://swiftcoder.github.io/glypherator/
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Glypherator
Simple procedural glyphs rendered in an html5 canvas.
* Add ? to the URL to set a particular seed value.
* Add #gif to the URL to render the glyph to a gif.
For the moment this is a state machine driven by pseudo-random choices (i.e. quick and dirty). Later on it should probably explore more nuanced generation techniques.