apkd / NativeAnimationCurve

An AnimationCurve struct that can be used with the Burst Compiler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeAnimationCurve

Cleaned up version of 5argon/JobAnimationCurve, with a couple of optimizations and same overall features and drawbacks (no weighted tangents and no wrapping).

This is currently faster than an AnimationCurve when used in conjunction with the Burst Compiler, but significantly slower in Mono.

About

An AnimationCurve struct that can be used with the Burst Compiler.

License:MIT License


Languages

Language:C# 100.0%