You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marching squares is a computer graphics algorithm that generates contours for a two-dimensional scalar field. This is my personal implementation with python and pygame.
Install dependencies
pip install -r requirements.txt
Start project
pythonmain.py
About
This is my personal implementation of Marching squares algorithm with python and pygame.