Awesome
Physarum
Inspired by Sage (based on this paper).
Cool gifs 3D
Some videos exploring parameter space (links to higher quality videos below)
video1 video2 video3 video4 video5
DoF Rendering
DoF rendering of particle pairs
DoF rendering of particles
DoF rendering of trail map
Vanilla rendering of trail map
Cool gifs 2D
Slime-mold-ish behavior
Something different, and cooler
Build Instructions
Requirements:
- Visual Studio (preferably 2019 or 2017)
Steps
- Clone Builder repo
- Make sure that path in
build.bat
inside Builder repo points to existingvcvarsall.bat
(depends on your VS installation version) - Run
build.bat
- Optionally run
setup.bat
to setup PATH - you'll be able to run builder just by usingbuild
command - Clone cpplib repo
- Clone this repo
- Run
build run physarum.build
- if you didn't setup PATH in step 4, you'll have to useYOUR_BUILDER_REPO_PATH/bin/build.exe
instead
If there are any problems you encounter while building the project, let me know.