This project visualizes algebraic equations to a 2D pixel matrix on a website. It was created with special focus on Performance due to it running on Typescript compiled to Javascript.
Before you run this project on your machine make sure you have git and the Angular Cli installed on your pc
To run this on your local machine simply run these commands
git clone https://github.com/Elektroney/Equation-Visualizer
cd Equation-Visualizer
npm install
ng serve