Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 419 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 419 Bytes

MarchingSquares

Visualization of the Marching square algorithm over a Perlin noise field

Demo

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/