SFML sounds cool, but until it's as easy to use as SDL, I'll stick with what I already know that I can use.
I don't think that's what you mean. I think we can agree that difficulty is relative; meaning for instance that I can find SFML much easier than SDL, simply because
I know it better, or in a more in depth manner. I think what you're saying is that you feel more comfortable with SDL, which is fine BTW. Plus, programming is something that is generally not easy. Certain things are more convenient, but not easy.
SDL, OpenGL, Allegro, DirectX, and all of those are the anti Object Oriented.
They're all written in C. That way they can be compiled in C and C++ projects. And personally, I think I would rather have a backend media library/collection of APIs written in lower level, faster, procedural C than object oriented C++.
You're manipulating the API/library with your own programs, you can make the way you use them object oriented, but I don't think that they, themselves, should be.
But hey, that's just my very C biased, low level, procedural opinion.
I'll admit, I'm C biased as well, but you have to wonder, given the procedural vs. object oriented remarks, how SFML is faster in these
forum benchmarks. You can argue that the benchmarks are biased towards SFLM, but as you read the forums you realize that a lot of these people come from an SDL background anyway. eg the user: Pwndja.
I like my game APIs to be written in C no doubt, but there comes a time to admit when certain developers are better than others at making their library faster. SFML seems to be the faster one in this case (aren't game libraries all about the speed anyways?). The way I see it is: SDL is getting antiquated; its an old library. Plus, hasn't it been at version 1.2 for eons now (notwithstanding minor releases like 1.2.13)?