Skip to content

Commit b9d2249

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

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

README.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
1-
# Math Plotter
2-
3-
### Tool for plotting objects into a parallel perspective 3D coordinate system.
4-
1+
<div align="center">
2+
<!--<img src="logo.png" alt="Logo" width="100" height="100">-->
3+
<h1>Math Plotter</h1>
4+
<p>
5+
<img src="https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=white" alt="HTML Badge">
6+
<img src="https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=white" alt="CSS Badge">
7+
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=black" alt="JavaScript Badge">
8+
</p>
9+
<p>A tool for plotting objects in a 3D coordinate system using parallel perspective</p>
10+
<p><a href="https://lischilpp.github.io/unity-voxel-engine-demo/" target="_blank">Live Demo</a></p>
11+
</div>
12+
13+
## About The Project
514
This program can be used to visualize points / objects / vectors like in math schoolbooks.
615

7-
[Interactive Page](https://lischilpp.github.io/math-plotter)
8-
9-
## 🗺️ Navigation
10-
- [<code>🖼️ Screenshots</code>](#-screenshots)
11-
- [<code>📋 Features</code>](#-features)
12-
- [<code>📦 Getting started</code>](#-getting-started)
13-
- [<code>📝 License</code>](#-license)
16+
<details>
17+
<summary>Table of Contents</summary>
18+
<ul>
19+
<li><a href="#%EF%B8%8F-screenshots">🖼️ Screenshots</a></li>
20+
<li><a href="#-features">📋 Features</a></li>
21+
<li><a href="#-getting-started">📦 Getting started</a></li>
22+
<li><a href="#-license">📝 License</a></li>
23+
</ul>
24+
</details>
1425

1526
## 🖼️ Screenshots
1627
<img src="img/screenshot1.png" alt="Screenshot of the tool rendering various geometric shapes" width="500">

0 commit comments

Comments
 (0)