hannesmann / keyframe

A simple library for animation in Rust
MIT License
129 stars 11 forks source link

Consider changing API to not require Default trait on custom types #1

Closed nazar-pc closed 4 years ago

nazar-pc commented 4 years ago

TL;DR: Current implementation of the crate in fact doesn't allow custom types to be used. I've tried to make a fork to get it working, but faced another challenge with mint crate: https://github.com/kvark/mint/pull/38

What about changing API such that it no longer required Default trait to be implemented on a custom data type?