cplusplus.com
C++ : Forum : Lounge : SFML Multi Media API
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post SFML Multi Media API

Return 0 (1282)
Has anyone played around with this API? Lately it's been recommended to me by several people. http://www.sfml-dev.org/

It's supposed to rival SDL.
chrisname (4916)
Damn. I had to find out about this after I was 482 lines into writing an SDL program...

Oh never mind; it's C++-only. I'm doing mine in C.

Maybe later I'll redo it in C++...

I just realised: inline functions are so bad that I just got a 23KiB file down to <= 14KiB by removing two/three inlines. I'll only inline functions with < 5 lines now...
Last edited on
Topic archived. No new replies allowed.