About

    JTween is a data-driven, job-based tweening library. It places a focus on performance by attempting to shift the processing of tween data and applying that data to tween targets on Job worker threads. This currently applies to Transforms only, but as the Entity-Component System of the Unity DOTS stack reaches maturity this approach can likely be applied to other components and non-Job updateable components will be added regardless.

    Example 01 Example 02

    Getting Started

    For jumping in and using JTween, see here on how to get started.

    Usage

    To learn more about how to use JTween's API, see here for more information. There are also examples demonstrating its usage included in the repository's Unity project.

    Contribute

    If you are interested in contributing, found a bug, or want to request a new feature, please see here for more information.

    Support

    If this is useful to you and/or you’d like to see future development and more tools in the future, please consider supporting it either by contributing to the Github projects (submitting bug reports or features,pull requests) or by buying me coffee using any of the links below. Every little bit helps!

    ko-fi

    Credits

    Those who have contributed in some way to the development and maintenance of this library can be found listed here.

    License

    Please see here for more information.

    • Improve this Doc
    Back to top Copyright © 2019 Jeff Campbell
    Generated by DocFX