SFML community forums
Help => General => Topic started by: Golddiggerth on December 16, 2012, 04:30:09 pm
-
Does this libary support 3d ?
-
It depends.
If you mean if you can create 3d graphics with it, you can't.
But you can use OpenGL with SFML very nicely.
Cheers,
Sam.
-
so you can combine sfml with opengl to make nice 3d games ?
-
Yes :)
-
yeah because i want a make a game with this person:
http://ScrnSht.com/fzvbya :person
http://ScrnSht.com/gdtrsj :Bow
-
If your whole game focuses on 3D, you might also have a look at 3D graphic libraries like Irrlicht (http://irrlicht.sourceforge.net/). Implementing everything in OpenGL is cumbersome, and there are fewer features you can directly use, for example model loading, collision detection, rendering of light and shadows or water surfaces.