Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 744 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 744 Bytes

MarchingSquaresGM

GameMaker Marching Squares Implementation

Download it as an asset package

What is Marching Squares?

This wiki page not only provides a better description than what I could probably give, it also provides some useful tables and details on how you can write your own implementation.

The idea is this: We have an isovalue, and we want to draw lines through a square that would semi-accurately depict where the isovalue would cut through the square based on the current and neighboring squares' values.

Showcase Image