Destructible terrain for the Godot engine.
This implementation allows precise destruction, at the possible expense of computational cost. If you want something less precise but more lightweight, look around for marching squares implementations.
- Left click to destroy the terrain
- Enter to add (many) RigidBodies at mouse position
- If you have performance issues, try dividing up the terrain in smaller Quadrants.