Skip to content

somecho/angle-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angle Plotter

A minimal web tool for plotting points and visualizing angles. This application has no dependencies.

Features:

  • undo,
  • image upload
  • image download

2024-06-15_16-08 2024-06-15_16-02

Rationale

On the 7th of June I had a bike crash and broke my elbow. To help journal my recovery, I wanted something to measure the angle of my elbow flexion. A bit of a niche use case, but as you can see, it's nice for measuring bike frame geometry too, albeit roughly.

Developing

Use npx vite . to start a dev server and npx vite build . to build for release.


Todo

  • click and drag
  • better interaction (accidentally closing loops)
  • simplify render angle function