My implementation of Bell Collider as well as custom Skirt Bell Collider for skirts.
Youtube: https://www.youtube.com/watch?v=89Dbd-n8EzY
- Bell Collider: Multi-ring bell collider.
- Skirt Bell Collider: Mixture of Bell Colliders specifically for long/shirt skirts in a single node.
- Simple UI
You need Visual Studio and CMake to do this.
Use the script scripts/colliders.py to run the UI.
import sys
sys.path.insert(0, r"<path_to_colliders>/scripts")
import colliders
colliders.show()