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

Author Topic: Provided OpenGL support by SFML  (Read 1358 times)

0 Members and 1 Guest are viewing this topic.

Grimshaw

  • Hero Member
  • *****
  • Posts: 631
  • Nephilim SDK
    • View Profile
Provided OpenGL support by SFML
« on: March 01, 2011, 09:52:29 pm »
Hello, this is just a doubt, once i use SFML in my project, do i need to use something else like GLEE if i want to use openGL?

Thanks

devlin

  • Full Member
  • ***
  • Posts: 128
    • View Profile
Provided OpenGL support by SFML
« Reply #1 on: March 01, 2011, 10:19:29 pm »
If you want to use anything other than the OS-provided stuff - then yes. Unless you want to roll your own (seriously - don't do this).

SFML uses Glew internally - but you'd still have to link it to your own application.