SFML community forums

Help => Graphics => Topic started by: synthels on September 19, 2020, 06:22:50 pm

Title: Ragdolls in SFML
Post by: synthels on September 19, 2020, 06:22:50 pm
How could I go about implementing ragdolls in SFML? I'm thinking something like this: https://store.steampowered.com/app/1142500/Fun_with_Ragdolls_The_Game/ (https://store.steampowered.com/app/1142500/Fun_with_Ragdolls_The_Game/), but in 2D.

Thanks in advance.
Title: Re: Ragdolls in SFML
Post by: fallahn on September 19, 2020, 11:11:32 pm
You probably want a physics engine like box2D or chipmunk, your favourite search engine can point you in the right direction to some ragdoll tutorials. Then you can render the output with SFML.