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

Author Topic: SFML and Box2d  (Read 3447 times)

0 Members and 1 Guest are viewing this topic.

digimikeh

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
SFML and Box2d
« on: September 05, 2020, 03:50:41 am »
Hello!!

does Box2d converts SFML into a Game Engine ?

a pretty absurd question, but i still don't get what a Game Engine is, since many people have done games using SFML (indeed, a packt book exists)

Thanks.

G.

  • Hero Member
  • *****
  • Posts: 1592
    • View Profile
Re: SFML and Box2d
« Reply #1 on: September 05, 2020, 01:05:34 pm »
It's irrelevant.
SFML stays SFML, it doesn't convert into something else when you use another library with it.
You can use many libraries to eventually make a game engine, but each of these libraries aren't game engines.
« Last Edit: September 05, 2020, 01:07:17 pm by G. »

digimikeh

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
Re: SFML and Box2d
« Reply #2 on: September 06, 2020, 01:16:32 am »
I got it, but looks like both are able to construct any good 2d game ...

Thanks