Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/