Skip to content

Optimise easing library#3

Open
BashhScriptKid wants to merge 31 commits intonew-song-selectfrom
optimise-easer
Open

Optimise easing library#3
BashhScriptKid wants to merge 31 commits intonew-song-selectfrom
optimise-easer

Conversation

@BashhScriptKid
Copy link
Member

This involves pushing constants to a higher scope to reduce duplicate constant allocation, using approximation optimised for 0-1 floats instead of Mathf functions to reduce external call overhead.

Also Task-based alternative methods are introduced to give options to move away from Unity Coroutine/IEnumerator, as well as extra methods that allow for further abstractions by not having to copy the main easing mode and functions repeatedly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant