File tree Expand file tree Collapse file tree 1 file changed +22
-11
lines changed
Expand file tree Collapse file tree 1 file changed +22
-11
lines changed Original file line number Diff line number Diff line change 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
514This 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 " >
You can’t perform that action at this time.
0 commit comments