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

Author Topic: Does sfml support.  (Read 2532 times)

0 Members and 1 Guest are viewing this topic.

Golddiggerth

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Does sfml support.
« on: December 16, 2012, 04:30:09 pm »
Does this libary support 3d ?

Kosmos

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Re: Does sfml support.
« Reply #1 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.

Golddiggerth

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Re: Does sfml support.
« Reply #2 on: December 16, 2012, 04:38:37 pm »
so you can combine sfml with opengl to make nice 3d games ?

Kosmos

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Re: Does sfml support.
« Reply #3 on: December 16, 2012, 04:45:28 pm »
Yes :)

Golddiggerth

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • Email
Re: Does sfml support.
« Reply #4 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

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: Does sfml support.
« Reply #5 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. 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.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: