Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jeffcampbellmakesgames/unity-jtween

A job-based tween library for Unity
https://github.com/jeffcampbellmakesgames/unity-jtween

Last synced: 11 days ago
JSON representation

A job-based tween library for Unity

Lists

README

        

# JTween

## 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 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.

For further information including usage, documentation, examples, contribution and style guidelines, and license information please visit [here](https://jeffcampbellmakesgames.github.io/unity-jtween/).

You can read more about my experience porting my previous tween engine to leverage Unity's **DOTS**, now named **JTween** here https://www.jeffcampbellmakes.games/blog/2019/5/26/diving-in-headfirst-unitys-job-system-and-jtween.

## 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](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I3I2W7GX)

## Visual Examples

![Example 01](https://github.com/jeffcampbellmakesgames/unity-jtween/blob/master/DocFXProject/images/fun_example_02.gif)

![Example 02](https://github.com/jeffcampbellmakesgames/unity-jtween/blob/master/DocFXProject/images/fun_example_04.gif)