Skip to content

kay-af/metaballs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metaballs simulation

Metaballs (Not to be confused with Meatballs) In computer graphics, metaballs are organic-looking n-dimensional isosurfaces, characterised by their ability to meld together when in close proximity to create single, contiguous objects. Source: Wikipedia

This simulation uses marching squares to draw the blobby shapes. Processing 4 was used to create it.

See references for more info on how the simulation works.


Running the program

Processing 4 is needed to run the program through source code.


References

How Computers Draw Weird Shapes (Marching Squares) - Reducible

Metaballs and Marching Squares - Jamie Wong