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: 9 months 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 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-03-30T17:56:05.000Z (almost 7 years ago)
- Last Synced: 2024-12-19T03:09:51.983Z (about 1 year 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
[](https://www.android.com)
[](https://android-arsenal.com/api?level=16s)
[](https://opensource.org/licenses/MIT)
[](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**

**Random Coloring**

# Examples
**Navigation Panes**

**Action Bars**

# 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 app
For 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).
