Skip to content

A demo of my Godot 4 compute-helper plugin running a slime mold simulation.

License

Notifications You must be signed in to change notification settings

DevPoodle/compute-helper-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compute-Helper Demo

This is a demo project showcasing my Godot 4 compute-helper plugin. It simulates slime mold in real-time. Inspired by Sebastian Lague's Slime Simulation. Also check out the video he made on it.

How to Use

You'll find all of the important scripts in the 'slime' folder. 'slime.gd' is the main script running the simulation. Each of the glsl files correspond to a shader used in the simulation. You can also find some less relevant code in 'slime-root.gd' and the 'utils' folder.

Hope this helps you on your journey to learn compute shaders!

About

A demo of my Godot 4 compute-helper plugin running a slime mold simulation.

Topics

Resources

License

Stars

Watchers

Forks