{"id":17982407,"url":"https://github.com/nekocode/triangulationdrawable","last_synced_at":"2026-02-27T16:34:26.165Z","repository":{"id":98385841,"uuid":"94858895","full_name":"nekocode/TriangulationDrawable","owner":"nekocode","description":"Low Ploy Triangulation Animation on Android.","archived":false,"fork":false,"pushed_at":"2017-06-22T04:36:56.000Z","size":2461,"stargazers_count":255,"open_issues_count":0,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-20T17:23:30.708Z","etag":null,"topics":["android","graphics","widget"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nekocode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-20T06:47:19.000Z","updated_at":"2024-04-11T16:32:12.000Z","dependencies_parsed_at":"2023-04-26T08:35:15.156Z","dependency_job_id":null,"html_url":"https://github.com/nekocode/TriangulationDrawable","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2FTriangulationDrawable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2FTriangulationDrawable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2FTriangulationDrawable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekocode%2FTriangulationDrawable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekocode","download_url":"https://codeload.github.com/nekocode/TriangulationDrawable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245530104,"owners_count":20630495,"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":["android","graphics","widget"],"created_at":"2024-10-29T18:14:10.389Z","updated_at":"2026-02-27T16:34:21.113Z","avatar_url":"https://github.com/nekocode.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Triangulation Drawable\n[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Release](https://jitpack.io/v/nekocode/TriangulationDrawable.svg)](https://jitpack.io/#nekocode/TriangulationDrawable)\n\nThe code of triangulation animation is ported from the **[SVG triangulation (JavaScript)](https://codepen.io/zessx/pen/ZGBMXZ)**.\n\n![Screenshot](img/screenshot.gif)\n\n(Gif Picture)\n\n\n## Getting started\n\nIn your `build.gradle`:\n\n```gradle\nrepositories {\n    maven { url \"https://jitpack.io\" }\n}\ndependencies {\n    compile \"com.github.nekocode:TriangulationDrawable:${lastest-version}\"\n}\n```\n\nObtain an `TriangulationDrawable` with a bacground color parameter.\n\n```java\nfinal TriangulationDrawable drawable = new TriangulationDrawable(0xFFEF0E39);\nfindViewById(android.R.id.content).setBackground(drawable);\n```\n\nAnd then call the `start()` method for starting the triangulation animation.\n\n```java\ndrawable.start()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekocode%2Ftriangulationdrawable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekocode%2Ftriangulationdrawable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekocode%2Ftriangulationdrawable/lists"}