Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Ragdolls in SFML  (Read 1178 times)

0 Members and 1 Guest are viewing this topic.

synthels

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Ragdolls in SFML
« 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/, but in 2D.

Thanks in advance.

fallahn

  • Sr. Member
  • ****
  • Posts: 492
  • Buns.
    • View Profile
    • Trederia
Re: Ragdolls in SFML
« Reply #1 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.

 

anything