24 Commits (2a089f0e35b29871d25b976c1a8a2b024558b809)

Author SHA1 Message Date
Vladimír Vondruš 4da2a2b503 Animation: fix XPASS on asm.js. 8 years ago
Vladimír Vondruš ba08003d66 Animation: workaround so we're able to test with MSVC debug iterators on. 8 years ago
Vladimír Vondruš 7fc58ed112 Animation: work around an ICE involving std::chrono on MSVC 2017. 8 years ago
Vladimír Vondruš fc454334ab Animation: more MSVC fun! 8 years ago
Vladimír Vondruš de28087903 Animation: make Player usable on MSVC. 8 years ago
Vladimír Vondruš e323ea7f26 Animation: properly handle Player with empty duration. 8 years ago
Vladimír Vondruš 06c811bb4d Animation: put a reminder for myself. 8 years ago
Vladimír Vondruš 2c5f97dacd Animation: Player move is not noexcept because compilers are weird today. 8 years ago
Vladimír Vondruš 156f21a165 Animation: GCC 4.7 WHAT ARE YOU DOING 8 years ago
Vladimír Vondruš 3df692f29a Animation: added Player::addRawCallback(). 8 years ago
Vladimír Vondruš 2adc4e8f59 Animation: implementation of the Player class. 8 years ago
Vladimír Vondruš aaacaa6177 Animation: benchmark TrackView to verify my performance assumptions. 8 years ago
Vladimír Vondruš f2f81df53d Animation: make TrackView constructors implicit. 8 years ago
Vladimír Vondruš 51fa67412a Animation: TrackViewStorage doesn't need to be *that* type-erased. 8 years ago
Vladimír Vondruš 77f4558655 Animation: added Track[View]::duration(). 8 years ago
Vladimír Vondruš 75e479859b Animation: added Track[View]::size(). 8 years ago
Vladimír Vondruš fa449c9ad0 Animation: make it possible to specify Track interpolator via an enum. 8 years ago
Vladimír Vondruš 1ec90a2cc1 Animation: make it possible to easily create empty track(view)s. 8 years ago
Vladimír Vondruš 7b0f1e99d6 Animation: add a typeless storage base for TrackView. 8 years ago
Vladimír Vondruš 844b42f5e9 Animation: added Interpolation enum and interpolatorFor() helper. 8 years ago
Vladimír Vondruš 7a0a5ba77e Animation: make it possible to have integer keys. 8 years ago
Vladimír Vondruš 4d4b299740 Animation: make interpolation result type non-implicit. 8 years ago
Vladimír Vondruš 8cc560eadc Animation: new Track and TrackView containers. 8 years ago
Vladimír Vondruš 9a8f88d59e Bootstrap the Animation library with keyframe interpolation functions. 8 years ago