文件名称:Android代码-PhysicsLayout Sample
文件大小:205KB
文件格式:ZIP
更新时间:2022-08-26 00:24:42
Android代码
PhysicsLayout Android layout that simulates physics using JBox2D. Simply add views, enable physics, and watch them fall! The gif is choppy, see it in action with the sample app: Gradle Dependency Add this in your root build.gradle file (not your module build.gradle file): allprojects { repositories { ... maven { url "https://jitpack.io" } } } Then, add the library to your project build.gradle dependencies { implementation 'com.github.Jawnnypoo:PhysicsLayout:2.1.0
【文件预览】:
PhysicsLayout-master
----.gitignore(1KB)
----app()
--------.gitignore(7B)
--------build.gradle(961B)
--------src()
--------proguard-rules.pro(646B)
----settings.gradle(33B)
----art()
--------google-play-badge.png(6KB)
----build.gradle(468B)
----.travis.yml(224B)
----gradlew(5KB)
----physicslayout()
--------.gitignore(7B)
--------build.gradle(498B)
--------src()
--------proguard-rules.pro(646B)
----LICENSE.txt(11KB)
----README.md(6KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----gradle()
--------wrapper()