Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1dealgas/arplay
Aerials Player Script based on Defold
https://github.com/1dealgas/arplay
Last synced: about 2 months ago
JSON representation
Aerials Player Script based on Defold
- Host: GitHub
- URL: https://github.com/1dealgas/arplay
- Owner: 1dealGas
- License: mit
- Created: 2023-08-15T13:59:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T07:13:07.000Z (about 1 year ago)
- Last Synced: 2023-11-29T07:28:26.580Z (about 1 year ago)
- Language: Lua
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
-- for directory "AcPartialEase", please refer to source links below.
-> function "ArSqrtRev" and "Sqrt" is a modified implementation of the algorithm "Fast Inverse Square Root", under the Public Domain.
https://zhuanlan.zhihu.com/p/571321688-> function "ArSin", "ArCos", "Sin", "Cos" is a modification of QT's "qFastSin" and "qFastCos", under the LGPL License v2.1.
-- To conform to the "Combined Library" definition, the modification of the source library is attached in this page.
-- You may also refer to "fsincos.cpp" in this repository.
https://blog.csdn.net/maple_2014/article/details/115057482-> other functions is a modification of Defold Manual's example, under the Defold License.
https://defold.com/manuals/extensions/