{"id":13643129,"url":"https://github.com/githubwing/ThreeDLayout","last_synced_at":"2025-04-20T21:32:55.609Z","repository":{"id":96897347,"uuid":"70976212","full_name":"githubwing/ThreeDLayout","owner":"githubwing","description":"A 3D Layout for Android,When you use it warp other view,it can became a 3D view,一秒让你的view拥有3D效果！","archived":false,"fork":false,"pushed_at":"2016-11-04T13:38:25.000Z","size":1383,"stargazers_count":502,"open_issues_count":1,"forks_count":83,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-09T14:41:58.098Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/githubwing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-15T08:32:12.000Z","updated_at":"2024-11-08T06:25:11.000Z","dependencies_parsed_at":"2023-05-09T16:00:54.657Z","dependency_job_id":null,"html_url":"https://github.com/githubwing/ThreeDLayout","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubwing%2FThreeDLayout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubwing%2FThreeDLayout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubwing%2FThreeDLayout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubwing%2FThreeDLayout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubwing","download_url":"https://codeload.github.com/githubwing/ThreeDLayout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249965547,"owners_count":21352925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:01:42.287Z","updated_at":"2025-04-20T21:32:55.354Z","avatar_url":"https://github.com/githubwing.png","language":"Java","readme":"# ThreeDLayout\n\n[![](https://jitpack.io/v/githubwing/ThreeDLayout.svg)](https://jitpack.io/#githubwing/ThreeDLayout)\n\nA 3D Layout,When you use it warp other view,it can became a 3D view\n\n[中文文档](https://github.com/githubwing/ThreeDLayout/blob/master/README_CN.md)\n# preview\n\n\n![image](https://github.com/githubwing/ThreeDLayout/raw/master/img/1.gif)\n\n![image](https://github.com/githubwing/ThreeDLayout/raw/master/img/2.gif)\n\n![image](https://github.com/githubwing/ThreeDLayout/raw/master/img/3.gif)\n# USAGE\n1.compile library\n```gradle\n\nallprojects {\n  repositories {\n    jcenter()\n    maven { url \"https://jitpack.io\" }\n  }\n}\n\ndependencies {\n\t        compile 'com.github.githubwing:ThreeDLayout:1.0.0'\n\t}\n\n```\n2.Let ThreeDLayout as your parent view(Tips:ThreeDLayout can only have one child)\n\n```xml\n \u003ccom.wingsofts.threedlayout.ThreeDLayout\n      android:background=\"@color/colorPrimary\"\n      android:id=\"@+id/td_header\"\n      android:layout_width=\"match_parent\"\n      android:layout_height=\"wrap_content\"\n      \u003e\n\n   \u003cTextView\n       android:id=\"@+id/textView\"\n      android:text=\"30℃\"\n      android:textColor=\"#fff\"\n      android:gravity=\"center\"\n      android:textSize=\"80sp\"\n      android:layout_width=\"match_parent\"\n      android:layout_height=\"wrap_content\"\n      /\u003e\n  \u003c/com.wingsofts.threedlayout.ThreeDLayout\u003e\n\n```\n\nthen,you can call method \n\n```java\n//set touch mode enable\nlayout.setTouchable(true);\n\n//set touch mode\nlayout.setTouchMode(ThreeDLayout.MODE_BOTH_X_Y);\n\n//start turn Animate\nstartVerticalAnimate(long duration);\nstartVerticalAnimateDelayed(final long delayed, final long duration)\n\nstartHorizontalAnimate(long duration)\nstartHorizontalAnimateDelayed(final long delayed, final long duration)\n\n//start loop animate\nstartHorizontalAnimate()\n\n//stop loop animate\nstopAnimate()\n```\n\n# License\n\n    Copyright 2016 androidwing1992\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n    \n        http://www.apache.org/licenses/LICENSE-2.0\n    \n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","funding_links":[],"categories":["布局"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubwing%2FThreeDLayout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubwing%2FThreeDLayout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubwing%2FThreeDLayout/lists"}