Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Provided OpenGL support by SFML
Print
Pages: [
1
]
Author
Topic: Provided OpenGL support by SFML (Read 1545 times)
0 Members and 1 Guest are viewing this topic.
Grimshaw
Hero Member
Posts: 631
Nephilim SDK
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
Logged
Indie game developer -
http://daevatheory.com/
Engine -
https://github.com/DevilWithin/Nephilim
http://www.packtpub.com/sfml-game-development/book
devlin
Full Member
Posts: 128
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.
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Provided OpenGL support by SFML
anything