SFML community forums

General => General discussions => Topic started by: Bocaj on April 01, 2012, 04:47:27 pm

Title: SFML 2.0
Post by: Bocaj on April 01, 2012, 04:47:27 pm
When is SFML 2.0 going to be officially released... and when it is, will there be a tutorial?  Because I am learning how to use SFML 2 through SFMLCoder's videos (www.youtube.com/SFMLCoder), but it seems that the videos are a little outdated,  because the Sprite::SetImage() functions seems to no longer exist.  Has it been replaced with Sprite::SetTexture()?  What is the difference between an image and a texture?
Title: Re: SFML 2.0
Post by: Nexus on April 01, 2012, 04:49:24 pm
All your questions have been answered several times on the forum, please use the search function and the API documentation.
Title: Re: SFML 2.0
Post by: Bocaj on April 01, 2012, 04:51:50 pm
Sorry, I'm new to this, you can see I made my account like 5 minutes ago (or ten).
Title: Re: SFML 2.0
Post by: Bocaj on April 01, 2012, 05:00:44 pm
All your questions have been answered several times on the forum, please use the search function and the API documentation.
I searched "SFML tutorial", and the only thing that came up was this thread!
Title: Re: SFML 2.0
Post by: Groogy on April 01, 2012, 05:14:47 pm
Laurent is currently working on the SFML 2.0 tutorial. But what he meant that you should search for what you are wondering on. Like this with textures.
Title: Re: SFML 2.0
Post by: Nexus on April 01, 2012, 05:15:12 pm
Search for "tutorials" and find http://en.sfml-dev.org/forums/index.php?topic=6782. There are tons of other posts where Laurent has been asked about the release time and the tutorials.
Title: Re: SFML 2.0
Post by: Bocaj on April 01, 2012, 05:21:40 pm
Ok thank you.