Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Graphics
»
Ragdolls in SFML
Print
Pages: [
1
]
Author
Topic: Ragdolls in SFML (Read 1676 times)
0 Members and 1 Guest are viewing this topic.
synthels
Newbie
Posts: 1
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.
Logged
fallahn
Hero Member
Posts: 507
Buns.
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.
Logged
Twitter
Super Video Golf
Tiled Map loader
Print
Pages: [
1
]
SFML community forums
»
Help
»
Graphics
»
Ragdolls in SFML