https://github.com/somecho/angle-plotter
Simple tool to plot points and visualize angles
https://github.com/somecho/angle-plotter
minimal unix-philosophy webapp webtool
Last synced: about 1 year ago
JSON representation
Simple tool to plot points and visualize angles
- Host: GitHub
- URL: https://github.com/somecho/angle-plotter
- Owner: somecho
- Created: 2024-06-15T09:10:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T20:10:58.000Z (about 2 years ago)
- Last Synced: 2025-01-31T02:02:08.374Z (over 1 year ago)
- Topics: minimal, unix-philosophy, webapp, webtool
- Language: TypeScript
- Homepage: https://angle-plotter.soch.cc
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angle Plotter
A minimal web tool for plotting points and visualizing angles. This application has no dependencies.
Features:
- undo,
- image upload
- image download


## 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