Skip to content

A GDExtension witten in Rust that adds 2D Ropes to Godot 4.2 and above

License

Notifications You must be signed in to change notification settings

GuilhermeGSousa/godot-verlet-rope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot Verlet Rope

This repo implements a GDExtension that adds a Rope2D node, using Verlet Simulation implemented in Rust. Rope2D nodes support collisions with both static and rigid bodies.

You can find an example project in the godot folder.

About

This is a project I made to learn more about Rust and GDExtensions. While I might not be actively working on this, I hope this can help you in setting up GDExtensions in Rust, or learn more about Verlet simulations!

About

A GDExtension witten in Rust that adds 2D Ropes to Godot 4.2 and above

Topics

Resources

License

Stars

Watchers

Forks