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

Author Topic: Need help integrating Box2D and SFML  (Read 2006 times)

0 Members and 1 Guest are viewing this topic.

harimohan106

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Need help integrating Box2D and SFML
« on: April 28, 2014, 04:29:43 pm »
Hello everyone.

I'm a newbie who has been assigned the task of creating a graphics project for my semester exams. I have been planning to do a platform game. So I have thought up several questions...please go through them patiently.

---> How to integrate Box2D physics with SFML projects?
---> I need a moving environment. How do I achieve that?
---> Multiple shapes will be populated within a single screen, which means I need a way to display them all.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: Need help integrating Box2D and SFML
« Reply #1 on: April 28, 2014, 04:37:51 pm »
You're not the first with this problem. Have you searched the forum?

I don't think somebody will write a complete tutorial here, so you should rather research a bit and then ask concrete questions ;)
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

fallahn

  • Sr. Member
  • ****
  • Posts: 492
  • Buns.
    • View Profile
    • Trederia
Re: Need help integrating Box2D and SFML
« Reply #2 on: April 28, 2014, 05:40:43 pm »
My tmx map library has box2D support, you can browse the source as reference.

 

anything