An open API service indexing awesome lists of open source software.

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

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.