The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| 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
RotateMfunction inMatrix.c. -
Rename Ortho to Orthographic.
-
Rename
InterpolatestoEasinginATweenEase. -
Add some collision algorithms to the
Math. - Add
rotatioinXandrotationYinDrawable. -
Add
EasingTimeFnsinATweenEase. -
Fix precision problem of TweenEase BackInElasticOut.
- Fix
Bouncefunction error when easing complete inTweenEase. - Fix bug
off_tconvert tooff_t*in functionOpenFileDescriptorofFile.c. -
Fix the bug of Json
parseObjectthat modifying the json string. -
Optimize matrix
ratation. - Optimize easing functions that delete all redundant
elsekeywords. - Optimize easing functions
ElasticIn, Out, IntOut. - Optimize the implementation of Json
SkipString.