trianglify icon indicating copy to clipboard operation
trianglify copied to clipboard

Highly customizable library to generate beautiful triangle art views for android.

Results 3 trianglify issues
Sort by recently updated
recently updated
newest added

The new android architecture components framework can be incorporated in the project. MVP can be transferred to MVVM (recommended by google).

enhancement
library

Thanks for nice library, I see that you are working hard. Is it possible to downgrade android minimum version to at least 15.

enhancement
library

Triangulator uses ArrayList to handle list of triangles, but operations like search, delete are often performed on these list. Performance might improve if hash map is instead since it performs...

enhancement
Performance Improvement
library