timeline_rs 0.1.0

simple timeline library for Rust
Documentation
# timeline_rs

**WORK IN PROGRESS**: API may change in the future!

This is a simple timeline library for Rust. It is designed to be used in a game engine, but can be used for any purpose.

This work is heavily inspired by [ofxTimeline](https://github.com/YCAMInterlab/ofxTimeline) of [YCAMInterlab](https://github.com/YCAMInterlab), and intended to use data created by ofxTimeline and [loaf_timeline](https://github.com/funatsufumiya/loaf_timeline/) (lua/oF scripting environment using ofxTimeline).

## Examples

### Easing Tester

![screenshot_easing_tester](screenshot_easing_tester.png)

```bash
$ cargo run --example easing_tester --features bevy_example
```

### Timeline Simple

![screenshot_timeline_simple](screenshot_timeline_simple.png)

```bash
$ cargo run --example timeline_simple --features bevy_example
```

### Timeline From XML

![screenshot_timeline_simple](screenshot_timeline_simple.png)

```bash
$ cargo run --example timeline_from_xml --features bevy_example
```



## License Acknowledgements

My code-base is published under the WTFPL (see [LICENSE](LICENSE) file). However, the dependencies of this project have different licenses.

- `easing.rs` is ported from [ofxEasing.h]https://github.com/arturoc/ofxEasing/blob/master/src/ofxEasing.h used in [ofxEasing]https://github.com/arturoc/ofxEasing, based on [terms of use]https://github.com/arturoc/ofxEasing/blob/master/src/easing_terms_of_use.html (BSD License).

### Indirectly referenced projects

This work is heavily inspired by [ofxTimeline](https://github.com/YCAMInterlab/ofxTimeline) of [YCAMInterlab](https://github.com/YCAMInterlab), not only the code, but also the concept and the spirit. And highly intended to use data created by ofxTimeline and [loaf_timeline](https://github.com/funatsufumiya/loaf_timeline/) (lua/oF scripting environment using ofxTimeline).

Some code-bases are referenced from ofxTimeline, and some dependencies are also referenced like ofxEasing and ofxTween.

- [ofxEasing]https://github.com/arturoc/ofxEasing, is licensed under the MIT license. see [ofxEasing's LICENSE]https://github.com/arturoc/ofxEasing/blob/master/LICENSE
- [ofxTween]https://github.com/arturoc/ofxTween, is licensed under the MIT license. see [ofxTween's LICENSE]https://github.com/arturoc/ofxTween/blob/master/LICENSE
- [ofxTimeline]https://github.com/YCAMInterlab/ofxTimeline, is licensed under the Apache license. see [ofxTimeline's README]https://github.com/YCAMInterlab/ofxTimeline/blob/master/README.md