Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdgspace/trianglify
Highly customizable library to generate beautiful triangle art views for android.
https://github.com/mdgspace/trianglify
android library
Last synced: 7 days ago
JSON representation
Highly customizable library to generate beautiful triangle art views for android.
- Host: GitHub
- URL: https://github.com/mdgspace/trianglify
- Owner: mdgspace
- License: mit
- Created: 2017-01-30T06:18:31.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2019-03-30T17:56:05.000Z (over 5 years ago)
- Last Synced: 2024-12-08T21:07:18.408Z (17 days ago)
- Topics: android, library
- Language: Java
- Homepage:
- Size: 4.73 MB
- Stars: 261
- Watchers: 26
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Trianglify
[![platform](https://img.shields.io/badge/platform-Android-yellow.svg)](https://www.android.com)
[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16s)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![by-SDS-MDG](https://img.shields.io/badge/by-MDG--IITR-blue.svg)](http://mdg.iitr.ac.in)Trianglify is an Android library that helps creates views with beautiful patterns. Trianglify is based on MVP architecture and licensed under MIT license.
# How to Apply
Include following line in the gradle script of your application to include latest release of Trianglify:
```gradle
compile 'com.sdsmdg.kd:trianglify:1.0.0'
```# Features
**Cell Size**
![alt text](resources/gifs/cell_size.gif)
**Random Coloring**
![alt text](resources/gifs/random_coloring.gif)# Examples
**Navigation Panes**
![alt text](resources/gifs/navigation_pane.gif)
**Action Bars**
![alt text](resources/gifs/actionBar.gif)
# Latest Release
* [Version 1.0.0](https://bintray.com/suyashmahar/trianglify/trianglify/1.0.0)
| [Google Play](http://bit.ly/trianglifyDemo)
**First stable release of Trianglify**
* Updated documents so that Trianglify can be seamlessly integrated anywhere
* Fixed bugs in demo appFor more check complete [change log](/CHANGELOG.md).
# Usages and Documentation
For details on usage and documentation of Trianglify, check documentation [here](DOCUMENTATION.md).# Credits
Trianglify is inspired from qrohlf's work to generate triangle art, [Trianglify](https://github.com/qrohlf/trianglify)Development of Trianglify wouldn't have been possible without following libraries:
* [Delaunay Triangulator by jdiemke](https://github.com/jdiemke/delaunay-triangulator)
* [Color Picker by QuadFlask](https://github.com/QuadFlask/colorpicker)# Guidelines for Contributors
If you want to contribute to improve this library, please read [our guidelines](CONTRIBUTING.md).# License
Trianglify is licensed under `MIT license`. View license [here](LICENSE.md).