Skip to content

vlad1k337/squares.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squares.c

Header only, stb-style Marching Squares algorithm implementation in C

thumbnail

Quick Start

Warning

This implemenation relies on raylib for displaying the image

Build and run example

$ make
$ ./metaballs

This example uses Marching Squares to approximate 2D metaballs

Press N to re-generate metaballs

image

About

Header only Marching Squares algorithm implementation in C

Topics

Resources

License

Stars

Watchers

Forks