SFML community forums

Help => General => Topic started by: Grimshaw on March 01, 2011, 09:52:29 pm

Title: Provided OpenGL support by SFML
Post by: Grimshaw 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
Title: Provided OpenGL support by SFML
Post by: devlin 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.