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
This is a program that generates a 2D mesh using the marching squares algorithm.
Requirements
Python 3.8
Demos
Figure 1. 9x9 grid with each cell of size equal to 50x50 pixels. Each intersection point in the grid can be clicked to change the bit value (black = 1, white = 0). The blue line generated inside each cell depends on the bit values of its corners.