jeffcampbellmakesgames / unity-jtween

A job-based tween library for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

Visual Examples

Example 01

Example 02

About

A job-based tween library for Unity

License:Other


Languages

Language:C# 97.6%Language:CSS 2.4%