Skip to content

Commit 83c7733

Browse files
authored
Update README.md
1 parent 5a6451a commit 83c7733

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<!--<img src="logo.png" alt="Logo" width="100" height="100">-->
3-
<h1>Math Plotter</h1>
3+
<h1>Marching Squares Algorithm Visualizer</h1>
44
<p>
55
<img src="https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=white" alt="HTML Badge">
66
<img src="https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=white" alt="CSS Badge">
@@ -10,8 +10,6 @@
1010
<p><a href="https://lischilpp.github.io/marching-squares-algorithm-visualizer/">Live Demo</a></p>
1111
</div>
1212

13-
# Marching Squares Algorithm Visualizer
14-
1513
The marching cubes algorithm is a technique in Computer Graphics used to generate triangles that form smooth surfaces from 3D volume density values. Its 2D counterpart, the marching squares algorithm, operates similarly but on 2D scalar fields.
1614

1715
This tool offers an interactive visualization of the marching squares algorithm applied to various volume functions and grid sizes. It is designed to help you gain a deeper understanding of the algorithm through hands-on exploration.

0 commit comments

Comments
 (0)