b42f1f1881
fix: added missing types for new primitives
2025-10-19 19:03:30 +03:00
a9fc819268
feat: added 3D AABB primitive
2025-10-19 18:45:57 +03:00
1d63391975
chore!: renamed AABB to AABB2D
2025-10-19 18:45:48 +03:00
f5a7077570
perf: improved garbage created by tweens slightly
...
They still do generate a lot of garbage but with boxed value pools I made the boxes reusable, it still does generate garbage through the delegate creation, gotta find a solution for them later
2025-08-14 20:31:46 +03:00
3d183b21cd
BREAKING CHANGE: renamed namespace & assembly names
2025-08-05 19:41:35 +03:00
f8fbae6130
feat: added HSVA
2025-07-26 11:56:58 +03:00
bf8fbebae3
perf: DelegateExtensions.InvokeSafe marked obsolete for memory allocation reasons, soon to be removed
2025-05-29 21:48:08 +03:00
feb2a05aa3
feat: additive transform tweens added
2025-05-28 16:55:48 +03:00
bf283d804c
chore: updated Shape2D tween to look more aesthetic by choosing more linearly distributed vertices instead of the last vertex
2025-05-03 23:31:06 +03:00
be2295b92d
feat: added engine member tween extensions
2025-05-03 22:23:52 +03:00