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

Author Topic: What abt collision and physics  (Read 1476 times)

0 Members and 1 Guest are viewing this topic.

Kamalesh

  • Newbie
  • *
  • Posts: 1
    • View Profile
What abt collision and physics
« on: September 12, 2013, 04:34:46 am »
i was just scrolling through the features of sfml and im wondering if box2d or any other physics are integrated for collision detection etc .

thanks in advance

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: What abt collision and physics
« Reply #1 on: September 12, 2013, 04:45:47 am »
SFML does not provide physics out of the box due to the fact that physics is simply out of the scope of SFML (where does physics fit into media?). However it is relatively simple to use any physics engine with SFML.
« Last Edit: September 12, 2013, 04:47:52 am by zsbzsb »
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: What abt collision and physics
« Reply #2 on: September 12, 2013, 12:28:48 pm »
i was just scrolling through the features of sfml and im wondering if box2d or any other physics are integrated for collision detection etc
Box2D is a separate library, what's the point of integrating it into SFML? You can use both libraries perfectly alongside each other.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

 

anything