Skip to content

shadanan/matvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.