At long last, SFML 2.0 has been released. Many people have been using the GitHub head for their projects, as the library itself has been stable for quite some time. Gomila has been kind enough to provide binaries for a whole bunch of platforms and compilers, with 32-bit and 64-bit builds of everything. He has also updated the entire website and made all-new tutorials leveraging SFML 2's new features. The website is here, downloads are here, and the new tutorials are here.
I'm looking forward to playing with it over summer break. I would like to finish a game before the fall semester begins.
SFML 2.0 Released
Moderator: Geeks United
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: SFML 2.0 Released
It definitely sounds sexy. If I were just starting, I would probably choose this over SDL, but back in my day that was all we had...
I will definitely recommend this to newbies over SDL, though.
I will definitely recommend this to newbies over SDL, though.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: SFML 2.0 Released
Well.. the ONLY reason I would still choose SDL over SFML is the fact that SDL is a C library whereas SFML is C++. Rarely a problem, but important to remember.Falco Girgis wrote:If I were just starting, I would probably choose this over SDL, but back in my day that was all we had...
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: SFML 2.0 Released
This is true.dandymcgee wrote:Well.. the ONLY reason I would still choose SDL over SFML is the fact that SDL is a C library whereas SFML is C++. Rarely a problem, but important to remember.Falco Girgis wrote:If I were just starting, I would probably choose this over SDL, but back in my day that was all we had...
- BugInTheSYS
- Chaos Rift Cool Newbie
- Posts: 88
- Joined: Mon Feb 07, 2011 4:16 pm
- Current Project: Vintage Roads
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++, Delphi
- Location: Pinneberg, Germany
- Contact:
Re: SFML 2.0 Released
Oh, SFML is what got me started with hardware acceleration. Not before I had touched OpenGL, but way before I actually understood a single bit of it. It was quite well integrated with .net (which was my 'home zone' back then).
Ditched it for later projects, but +1 recommendation for novices
Ditched it for later projects, but +1 recommendation for novices
Someday, everything will go to /dev/null. - Bug's prophecy 13:37
Re: SFML 2.0 Released
I'm still using it. It's just a very nice API to work with.