Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)

Get it on Google Play

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 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).