SFML community forums

Help => General => Topic started by: aanthonyz on April 27, 2014, 03:19:44 am

Title: SFML and OpenGL
Post by: aanthonyz on April 27, 2014, 03:19:44 am
Are there any tutorials on drawing with OpenGL. I know about the SFML OpenGL tutorial that Laurent created but im a bit confused when it comes to actually drawing. Can I draw like I would normally draw with SFML, like creating a texture, sprite, and displaying it or do I have to do it completely through OpenGL now?
Title: Re: SFML and OpenGL
Post by: zsbzsb on April 27, 2014, 04:16:03 am
You can mix both, just follow the tutorial and pay attention to the push/pop states functions.  ;)
Title: Re: SFML and OpenGL
Post by: Hiura on April 27, 2014, 10:22:09 am
SFML also provides some examples that you might be interested in.