First of all, Hi, my name is Iván and I'm from Argentina. I discovered SFML just by chance reading a spanish dev blog and got interested, mostly because it's been a _long_ time since I discovered such a polished and well documented media library. Kudos to you guys, this looks so pretty that makes me start coding right away. I haven't written a single line of code yet, though.
Now with the questions (probably more suited for "Feature request" subforum, but I'm not actually "requesting" anything, just asking so..
1) Reading through the sfSprite class doc (btw, any ETA on namespaces addition?) I found that they mostly behave like a standard image, without any trace of multi image animation. Is there any possibility of having an Update() method and probably an animStep var so we can have our animations updated easily? I know this isn't really hard to implement by ourselves, just asking if you guys have this feature planned or something. What about loading some kind of .sprite file which defines stuff like source images, scale, rotation and so on?
2) Any plans of implementing a particle engine (even if it's simple)?
3) Maybe scripting?
4) Primitive drawing was already requested, but sign me up on that one too
And that's all, I should probably start writing code and sending patches rather than asking
But don't get me wrong, SFML looks great, I'm just asking, not demanding. Great work and many thanks!