Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lischilpp authored Jun 23, 2024
1 parent 1c3a855 commit fe296cc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MathPlotter
# Math Plotter

A graphing tool which makes plotting objects into a parallel perspective 3D coordinate system simple.

Expand All @@ -18,11 +18,12 @@ Developed for an so-called "GFS" (Gleichwertige Feststellung von Schülerleistun
-1D-functions, 2D-functions

# Screenshots
![Screenshot1](img/screenshot1.png)
![Screenshot2](img/screenshot2.png)


The engine's code is located at https://github.com/yxyx136/2DPlotter/tree/master/engine/script
Various shapes | 2D function X
:-------------------------:|:-------------------------:
![Screenshot of the tool rendering various geometric shapes](img/screenshot1.png) | ![Screenshot of the tool rendering a two-dimensional function](img/screenshot2.png)

# Usage
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

0 comments on commit fe296cc

Please sign in to comment.