Simple Implementation of the Marching Squares Algorithm using Kotlin.
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
Metaballs:
metaballs.mp4
Perlin Noise:
perlinnoise.mp4
This project is licensed under the MIT license.