SFML community forums

General => General discussions => Topic started by: souliaq on June 11, 2013, 08:27:00 pm

Title: SFML Graphics 1.6 uses OpenGL?
Post by: souliaq on June 11, 2013, 08:27:00 pm
I'm looking for a library that abstracts OpenGL, then I found SFML 1.6. I was using Cocos2dx, the main problem was the "higher" OpenGL version required. So I'm a little confused with SFML graphics package, because the tutorial states: "Window package provides a complete system for handling windows and events, an can interface with OpenGL. But what if we don't want to use OpenGL? SFML provides a package dedicated to 2D graphics, the graphics package". I need make a 2D games capable of faster rotating and faster zoom in and zoom out of a whole scene, but if "graphics package" don't use OpenGL then I suppose SFML 1.6 is not capable of such thing. I'm correct or I misunderstood the tutorial?
Title: Re: SFML Graphics 1.6 uses OpenGL?
Post by: Laurent on June 11, 2013, 08:49:25 pm
sfml-graphics is of course built on top of OpenGL.
Title: Re: SFML Graphics 1.6 uses OpenGL?
Post by: Nexus on June 13, 2013, 07:10:31 pm
Furthermore, forget about SFML 1.6. It is many years old and not maintained anymore.

Use SFML 2.0 instead.