SFML community forums

Bindings - other languages => C => Topic started by: lapayo on November 29, 2011, 09:38:20 pm

Title: Any easy physics engine you can recommend me?
Post by: lapayo on November 29, 2011, 09:38:20 pm
Hello,
I wondered, wheather there is already an easy physics engine for 2d game programming. The best would be, if it already integrateds well with SFML.

It don´t have to be an full-featured engine.

It´s enough if it has some basic functionalities like collision detection and gravity.


Thanks in advance and sorry for my english, I´m from Germany ;)

Simon
Title: Any easy physics engine you can recommend me?
Post by: julen26 on November 29, 2011, 09:53:56 pm
For a simple physics engine you can build your own one, it's not difficult. Although, you can use ODE or Box2D. The last one just easier, but it's implemented in C++.
Title: Any easy physics engine you can recommend me?
Post by: lapayo on November 30, 2011, 03:55:56 pm
Thanks for the recommendation. I am going to look at Box2D because I am programming in C++.
I didn´t saw a forum for C++ so I choose the C-Forum.
Is the big help section for C++?

Thanks ;)

Simon
Title: Any easy physics engine you can recommend me?
Post by: julen26 on November 30, 2011, 09:28:46 pm
Yes, it is :)

I saw there is an engine called Havok, used by proffesional games. I think that it's free for non-comercial games.
Title: Any easy physics engine you can recommend me?
Post by: lapayo on November 30, 2011, 09:46:07 pm
Thanks, I will look at it, when I am ready with the rest :D