https://github.com/bttmly/tileist
Generate something like this http://dev.ghost.org/content/images/2013/Nov/user_cover.png out of some settings, a color, JavaScript
https://github.com/bttmly/tileist
Last synced: 3 months ago
JSON representation
Generate something like this http://dev.ghost.org/content/images/2013/Nov/user_cover.png out of some settings, a color, JavaScript
- Host: GitHub
- URL: https://github.com/bttmly/tileist
- Owner: bttmly
- Created: 2014-02-05T23:09:19.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-02-11T02:01:10.000Z (over 11 years ago)
- Last Synced: 2025-01-08T21:59:57.619Z (4 months ago)
- Language: CoffeeScript
- Homepage: http://nickb1080.github.io/tileist/
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tileist
Generate something like this http://dev.ghost.org/content/images/2013/Nov/user_cover.png out of some settings, a color, JavaScript
## To do
### Shape rendering
- Implement rendering of rectangular or hexagonal tiles
- Allow left-to-right triangles, or right-to-left
- Equilateral triangles?### Color manipulation
- Fix color manip function params to avoid particular "darkening" or "gray-ing" of certain colors. (No idea how to approach that right now)
- Reduce randomness slightly so colors close to focus are clearly lighter, and vice versa.### Beyond
- Consider moving from jQuery to Snap.svg