Releases: this-oliver/rothko-js
Releases · this-oliver/rothko-js
new shapes
- added circles & triangle shapes
- new interfaces
- tweaked some math
- tweaked rothko card props/behavior
- added options in demo
improved shapes
new and improved rothko-js 🖌️
- improves coordinate generation in a reproducible manner
- uses hash to decide number of shapes
- draws shape in the
shapeGenerator
function
deterministic shapes
- root seed is used to generate sub-seeds which are then used to for each shape
- shape coordinates and dimensions are determined by each shape's seed
Adds `redraw` behaviour
- adds redraw behavior based text-input
- real-time changes
minimal viable component
This release marks the start of rothko-js
, a vue component that generates colors/patterns based on text-input. The current release includes:
- minimal viable product (component) that deterministically generates a color based on text input
- a demo page for users to experiment with component