196
Graphics / Re: playing Animations or GIFs
« on: January 25, 2016, 04:52:56 pm »
https://github.com/lucidspriter/SpriterPlusPlus - official implementation
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
For now, what about an implicit cast to sf::Int64?That defeats the entire purpose of having a type-safe time class.
The true solution would be a template based on std::is_integral and SFINAE or tag-dispatching. But I don't really like that for something so simple (and I'm sure Laurent does so even less )Why would it be an issue for something so simple? It's a simple problem, so why not use a simple solution? (minus the waiting for C++11/14/17 though)