Skip to content

Commit 4667f75

Browse files
authored
Update README.md
1 parent 2163562 commit 4667f75

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
# Math Plotter
22

3-
A graphing tool which makes plotting objects into a parallel perspective 3D coordinate system simple.
3+
### Tool for plotting objects into a parallel perspective 3D coordinate system.
44

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

7-
[Interactive Page](https://lischilpp.github.io/math-plotter)
7+
[Interactive Page](https://lischilpp.github.io/math-plotter)
88

9-
# Features
9+
## 🗺️ Navigation
10+
- [<code>🖼️ Screenshots</code>](#-screenshots)
11+
- [<code>📋 Features</code>](#-features)
12+
- [<code>📦 Getting started</code>](#-getting-started)
13+
- [<code>📝 License</code>](#-license)
14+
15+
## 🖼️ Screenshots
16+
<img src="img/screenshot1.png" alt="Screenshot of the tool rendering various geometric shapes" width="500">
17+
18+
## 📋 Features
1019
- Shapes like Rectangle, Circle, Cuboid, Tetrahedon
1120
- 1D Functions, 2D Functions, Labeled Vectors
1221
- Zoom-in /-out, Move view
1322

14-
# Screenshots
15-
<img src="img/screenshot1.png" alt="Screenshot of the tool rendering various geometric shapes" width="500">
16-
17-
# Usage
23+
## 📦 Getting started
1824
For an example usage refer to https://github.com/yxyx136/2DPlotter/blob/master/main.js
1925
(comment out lines to to see examples for different shapes)
2026

2127
The engine's code is located at https://github.com/yxyx136/2DPlotter/tree/master/engine/script
28+
29+
## 📝 License
30+
This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)