matvis
matvis copied to clipboard
Linear transformation visualizer webapp written in React.
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.