Skip to content

Releases: this-oliver/rothko-js

new shapes

21 Aug 12:39
Compare
Choose a tag to compare
  • added circles & triangle shapes
  • new interfaces
  • tweaked some math
  • tweaked rothko card props/behavior
  • added options in demo

improved shapes

11 Aug 19:58
Compare
Choose a tag to compare

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

07 Aug 14:39
Compare
Choose a tag to compare
  • 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

07 Aug 14:31
Compare
Choose a tag to compare
  • adds redraw behavior based text-input
  • real-time changes

minimal viable component

21 Jun 05:40
Compare
Choose a tag to compare

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