https://github.com/timmoth/marchingsquares
Typescript visualization of the Marching Squares algorithm
https://github.com/timmoth/marchingsquares
marching-squares perlin-noise timmoth typescript
Last synced: over 1 year ago
JSON representation
Typescript visualization of the Marching Squares algorithm
- Host: GitHub
- URL: https://github.com/timmoth/marchingsquares
- Owner: Timmoth
- License: mit
- Created: 2023-01-04T13:25:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T12:21:51.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:49:23.735Z (over 1 year ago)
- Topics: marching-squares, perlin-noise, timmoth, typescript
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarchingSquares
Visualization of the Marching square algorithm over a Perlin noise field
[](https://timmoth.com/showcase/hpNrPllcgUSFC0zCkTjvww)
Clone
```
git clone https://github.com/Timmoth/MarchingSquares.git
```
Build
```
npm run build
```
Run
```
npm install http-server -g
http-server
```
App will be available at http://localhost:8080/