anonymax25 / PlanetMetaballs

Rendering a planet simulation as metaball rendering with physics using the marching-squares algorithm with lerp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planet-metaballs

Processing project to test out the marching squares algorithm

Requierments

You need to have processing installed with the java version and the have the processing-java cli available

Run

The "run metaballs" vscode task

  • Ctrl+Shift+p

  • Or the command directly: processing-java --force --sketch=../PlanetMetaballs --output=out --run

About

Rendering a planet simulation as metaball rendering with physics using the marching-squares algorithm with lerp


Languages

Language:Processing 100.0%