1
General discussions / Re: Sfml Question
« on: February 02, 2014, 12:38:50 pm »
I can appease you. C++ is very complex and therefore it takes a long time till you understand enough of it to make something work. SFML on the other hand ist "just" a library written in C++. So if you understand C++ it will be very easy to learn SFML very fast. Once you get the hang of how SFML handles Stuff you're basically done learning. Additionally the functions are all well named. So you can almost always go with your intuition and get something usefull done in no time.