Skip to content

Marching Squares Algorithm implemented with Kotlin using Processing 4

License

Notifications You must be signed in to change notification settings

ugnmura/MarchingSquares

Repository files navigation

Marching Squares

Simple Implementation of the Marching Squares Algorithm using Kotlin.

Getting started

Press the r button to start recoding frames. After recoding, you can assemble it to a mp4 file using ffmpeg with this command.

ffmpeg -i img/frame%d.png -c:v libx264 -vf fps=60 -pix_fmt yuv420p out.mp4

Previews

Metaballs:

metaballs.mp4

Perlin Noise:

perlinnoise.mp4

License

This project is licensed under the MIT license.

About

Marching Squares Algorithm implemented with Kotlin using Processing 4

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages