{"id":21630524,"url":"https://github.com/mdgspace/trianglify","last_synced_at":"2025-05-08T00:22:29.074Z","repository":{"id":67882527,"uuid":"80398289","full_name":"mdgspace/trianglify","owner":"mdgspace","description":"Highly customizable library to generate beautiful triangle art views for android.","archived":false,"fork":false,"pushed_at":"2019-03-30T17:56:05.000Z","size":4964,"stargazers_count":261,"open_issues_count":3,"forks_count":30,"subscribers_count":26,"default_branch":"develop","last_synced_at":"2024-12-19T03:09:51.983Z","etag":null,"topics":["android","library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdgspace.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-01-30T06:18:31.000Z","updated_at":"2024-09-09T14:06:28.000Z","dependencies_parsed_at":"2023-05-09T19:23:26.784Z","dependency_job_id":null,"html_url":"https://github.com/mdgspace/trianglify","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/mdgspace%2Ftrianglify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdgspace%2Ftrianglify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdgspace%2Ftrianglify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdgspace%2Ftrianglify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdgspace","download_url":"https://codeload.github.com/mdgspace/trianglify/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231468021,"owners_count":18381174,"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","library"],"created_at":"2024-11-25T02:11:19.697Z","updated_at":"2024-12-27T10:07:45.929Z","avatar_url":"https://github.com/mdgspace.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿\u003c!--  \n\n\u003cbr\u003e \n\u003cbr\u003e \n\u003cdiv align=\"center\"\u003e\u003cimg src=\"resources/trianglify-logo-with-text-close-fit.png\" data-canonical-src=\"trianglify-logo-180.png\" width=\"154\" height=\"154\" /\u003e\u003c/div\u003e\n\u003cbr\u003e \n\u003cbr\u003e\n\n--\u003e\n\n# Trianglify\n\n\u003c!-- [![Build Status](https://travis-ci.com/sdsmdg/trianglify.svg?token=tRURwj39jsSs5JWUTxs6\u0026branch=develop)](https://travis-ci.com/sdsmdg/trianglify) --\u003e\n[![platform](https://img.shields.io/badge/platform-Android-yellow.svg)](https://www.android.com)\n[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16s)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![by-SDS-MDG](https://img.shields.io/badge/by-MDG--IITR-blue.svg)](http://mdg.iitr.ac.in)\n\n\u003cimg src=\"resources/splash.png\" data-canonical-src=\"resources/default_pattern_explained.jpg\"/\u003e\n\n\u003ca href='http://bit.ly/trianglifyDemo'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' width=\"200\"/\u003e\u003c/a\u003e\n\nTrianglify is an Android library that helps creates views with beautiful patterns. Trianglify is based on MVP architecture and licensed under MIT license.\n\n# How to Apply\n\nInclude following line in the gradle script of your application to include latest release of Trianglify:\n```gradle\ncompile 'com.sdsmdg.kd:trianglify:1.0.0'\n```\n\n# Features\n**Cell Size**  \n![alt text](resources/gifs/cell_size.gif)  \n**Random Coloring**  \n![alt text](resources/gifs/random_coloring.gif)  \n\n# Examples\n**Navigation Panes**  \n![alt text](resources/gifs/navigation_pane.gif)  \n**Action Bars**  \n![alt text](resources/gifs/actionBar.gif)  \n# Latest Release\n* [Version 1.0.0](https://bintray.com/suyashmahar/trianglify/trianglify/1.0.0)\n | [Google Play](http://bit.ly/trianglifyDemo)  \n**First stable release of Trianglify**\n    * Updated documents so that Trianglify can be seamlessly integrated anywhere\n    * Fixed bugs in demo app\n\nFor more check complete [change log](/CHANGELOG.md).  \n\n# Usages and Documentation\nFor details on usage and documentation of Trianglify, check documentation [here](DOCUMENTATION.md).\n\n# Credits\nTrianglify is inspired from qrohlf's work to generate triangle art, [Trianglify](https://github.com/qrohlf/trianglify)  \n\nDevelopment of Trianglify wouldn't have been possible without following libraries:\n* [Delaunay Triangulator by jdiemke](https://github.com/jdiemke/delaunay-triangulator)\n* [Color Picker by QuadFlask](https://github.com/QuadFlask/colorpicker)\n\n\n# Guidelines for Contributors\nIf you want to contribute to improve this library, please read [our guidelines](CONTRIBUTING.md).\n\n# License\nTrianglify is licensed under `MIT license`. View license [here](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdgspace%2Ftrianglify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdgspace%2Ftrianglify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdgspace%2Ftrianglify/lists"}