Timmoth / MarchingSquares

Typescript visualization of the Marching Squares algorithm

Repository from Github https://github.comTimmoth/MarchingSquaresRepository from Github https://github.comTimmoth/MarchingSquares

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/

About

Typescript visualization of the Marching Squares algorithm

License:MIT License


Languages

Language:TypeScript 76.4%Language:JavaScript 8.8%Language:HTML 8.6%Language:CSS 6.1%