SFML community forums

Help => General => Topic started by: Golddiggerth on December 16, 2012, 04:30:09 pm

Title: Does sfml support.
Post by: Golddiggerth on December 16, 2012, 04:30:09 pm
Does this libary support 3d ?
Title: Re: Does sfml support.
Post by: Kosmos on December 16, 2012, 04:35:27 pm
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.
Title: Re: Does sfml support.
Post by: Golddiggerth on December 16, 2012, 04:38:37 pm
so you can combine sfml with opengl to make nice 3d games ?
Title: Re: Does sfml support.
Post by: Kosmos on December 16, 2012, 04:45:28 pm
Yes :)
Title: Re: Does sfml support.
Post by: Golddiggerth on December 16, 2012, 04:59:00 pm
yeah because i want a make a game with this person:

http://ScrnSht.com/fzvbya :person
http://ScrnSht.com/gdtrsj :Bow
Title: Re: Does sfml support.
Post by: Nexus on December 16, 2012, 06:43:19 pm
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.