trianglify
trianglify copied to clipboard
Highly customizable library to generate beautiful triangle art views for android.
The new android architecture components framework can be incorporated in the project. MVP can be transferred to MVVM (recommended by google).
Thanks for nice library, I see that you are working hard. Is it possible to downgrade android minimum version to at least 15.
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...