This program can be used to visualize points / objects / vectors like in math schoolbooks.
- Shapes like Rectangle, Circle, Cuboid, Tetrahedon
- 1D Functions, 2D Functions, Labeled Vectors
- Zoom-in /-out, Move view
For an example usage refer to https://github.com/yxyx136/2DPlotter/blob/master/main.js
(comment out lines to to see examples for different shapes)
The engine's code is located at https://github.com/yxyx136/2DPlotter/tree/master/engine/script
This project is licensed under the GPL-3.0 License - see the LICENSE file for details