Lately I have been working on a game that i plan to make online. I have used different libraries to make this game as far as i could, but I feel that I should rethink on how Im sertting this game up, so I planned to start over. The libraries that I have used are SFML, OpenGL, and Bullet Physics, along with GLM to load the models.
But the problem is that the 3D graphics arent working with the Physics correctly...
So my main question is:
What would be a good combination of libraries to make an online game with? Im sure that many people have good combinations of libraries for making a game.
The libraries that I would need are ones that fit the criteria of making a simple 3d game(online):
3D Graphics(including a model loader of some sort(if it works with blender that would be even better. I would also like compatability, If Theres one that fits DirectX(at least 9) and OpenGL, then that would be good)
2D Graphics(I liked SFML, so it its possible to get something that works with SFML, that would be nice)
Networking(a way to connect multiple clients to a server/database)
and Physics(Ive worked with Bullet Physics, but I cant find a model setup that would fit with said physics)
Also if there are any other libraries that work well with these I would like to know. Any answers would be very helpful. and details would be even nicer =)
Thanks in advance. -Molma