Skip to content

justinseibert/sketchpad

Repository files navigation

Sketchpad

An HTML Canvas "sketchpad" with Sass and Typescript.

This repository contains several distinct branches which have spawned from this main branch. Each branch demonstrates a different page of the sketchpad, most a constant work-in-progress.

Sketch Branches

  1. cluster: circle-based cluster detection
  2. metaball: circle-circle intersection, curve merging
  3. pathway: random-walks, tree branches, weighted decisions
  4. kaleidoscope: hashed identicons, 8-bit pixel arrays, rotation, reflection, translation
  5. skywriter: random-walks, boundary detection, loop de loops, ligatures
  6. bubbles: just a pleasant screensaver-style graphic

Development Branches

  1. main: the intended starting point for new branches
  2. development: for managing changes to the main branch