Skip to content

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

License

Notifications You must be signed in to change notification settings

lischilpp/math-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Plotter

HTML Badge JavaScript Badge

A tool for plotting objects in a 3D coordinate system using parallel perspective

Live Demo

About The Project

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

Table of Contents

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 distributed under the GPL-3.0 License - see the LICENSE file for details