Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-02-06 | 816 Bytes | |
v0.6.0.tar.gz | 2021-02-06 | 28.9 MB | |
v0.6.0.zip | 2021-02-06 | 29.2 MB | |
Totals: 3 Items | 58.1 MB | 0 |
- Refactor the PhysicsCollision implementation.
-
Remove
RotateM
function inMatrix.c
. -
Rename Ortho to Orthographic.
-
Rename
Interpolates
toEasing
inATweenEase
. -
Add some collision algorithms to the
Math
. - Add
rotatioinX
androtationY
inDrawable
. -
Add
EasingTimeFns
inATweenEase
. -
Fix precision problem of TweenEase BackInElasticOut.
- Fix
Bounce
function error when easing complete inTweenEase
. - Fix bug
off_t
convert tooff_t*
in functionOpenFileDescriptor
ofFile.c
. -
Fix the bug of Json
parseObject
that modifying the json string. -
Optimize matrix
ratation
. - Optimize easing functions that delete all redundant
else
keywords. - Optimize easing functions
ElasticIn, Out, IntOut
. - Optimize the implementation of Json
SkipString
.