An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# MarchingSquares
Visualization of the Marching square algorithm over a Perlin noise field

[![Demo](https://img.shields.io/badge/live-demo-green?style=flat-square)](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/