/math-plotter

A graphing tool to visualize different shapes in a parallel perspective coordinate system

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Math Plotter

Tool for plotting objects into a parallel perspective 3D coordinate system.

This program can be used to visualize points / objects / vectors like in math schoolbooks.

Interactive Page

πŸ—ΊοΈ Navigation

πŸ–ΌοΈ Screenshots

Screenshot of the tool rendering various geometric shapes

πŸ“‹ Features

  • Shapes like Rectangle, Circle, Cuboid, Tetrahedon
  • 1D Functions, 2D Functions, Labeled Vectors
  • Zoom-in /-out, Move view

πŸ“¦ Getting started

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

πŸ“ License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details