Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 942 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 942 Bytes

Sierpinski triangle explorer using React and <canvas> Build Status Coverage Status Dependency Status

Usage

Clone the repo, run yarn install and webpack-dev-server. Run some tests with yarn test. You can see it working at https://alfonsomunozpomer.github.io/sierpinski.

Areas for improvement

  • Generate triangle paths in a worker and redraw when they are ready
  • Use WebGL
  • Zooming relative to to the mouse pointer
  • Touch events
  • More meaningful tests