Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 335 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 335 Bytes

Linear Transformation Visualizer

This is a React webapp that visualizes linear transformations. Inspired by 3Blue1Brown. See it live here: https://shadanan.github.io/MatVis/

Building

Install dependencies with npm:

npm install

Run webpack:

webpack

Serve the files from the dist folder with your favourite web server.