SDL to SFML
#1
SDl. The 2D graphics rendering library of AC. Used to draw the HUD and menus. Software accelerated, very well documented(as in thousands of tutorials, books, a lot of source code examples, and a mailing list), hasn't been updated in a while, does not support(or makes it slow) "newer" things, like alpha, post effects, image rotation(twirly menus, yay!), has audio, and networking libs, portable, and it is written in C, a non-object oriented language.

SFML. Another 2D graphics renderer. Not used in AC at the moment. Hardware accelerated, documented, but less than SDL(few tutorials, few source code, but forum replies are fast and sometimes even done by SFML creator Laurent), updated, supports alpha transparency, supports post effects, supports image rotation, has audio and netowrking libs, portable, it is written in C++, an object oriented language. Also, its a front end for openGL, and it is simpler(faster development), and it requires runtime linking.

Basicaly point is that its faster.

Benchmark: http://www.sfml-dev.org/forum/viewtopic.php?t=43
Home page: http://www.sfml-dev.org/
Forum: http://www.sfml-dev.org/forum/
Thanks given by:


Messages In This Thread
SDL to SFML - by Hearty - 07 Aug 10, 01:17AM
RE: SDL to SFML - by Drakas - 07 Aug 10, 01:20AM
RE: SDL to SFML - by DrauL - 07 Aug 10, 01:53AM
RE: SDL to SFML - by Andrez - 07 Aug 10, 01:55AM
RE: SDL to SFML - by DrauL - 07 Aug 10, 02:04AM
RE: SDL to SFML - by XFA - 07 Aug 10, 02:48AM
RE: SDL to SFML - by JMM - 07 Aug 10, 06:40AM
RE: SDL to SFML - by ärkefiende - 07 Aug 10, 03:28PM
RE: SDL to SFML - by V-Man - 07 Aug 10, 07:07PM
RE: SDL to SFML - by Hearty - 07 Aug 10, 11:33PM
RE: SDL to SFML - by JMM - 08 Aug 10, 12:30AM
RE: SDL to SFML - by ärkefiende - 07 Aug 10, 11:38PM
RE: SDL to SFML - by flowtron - 08 Aug 10, 02:22AM
RE: SDL to SFML - by Hearty - 08 Aug 10, 05:45AM
RE: SDL to SFML - by flowtron - 08 Aug 10, 08:00AM
RE: SDL to SFML - by Hearty - 08 Aug 10, 03:55PM
RE: SDL to SFML - by makkE - 08 Aug 10, 08:00PM
RE: SDL to SFML - by Hearty - 08 Aug 10, 10:53PM
RE: SDL to SFML - by Alien - 08 Aug 10, 10:54PM