All Projects → nekocode → Triangulationdrawable

nekocode / Triangulationdrawable

Licence: apache-2.0
Low Ploy Triangulation Animation on Android.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Triangulationdrawable

Iced
A cross-platform GUI library for Rust, inspired by Elm
Stars: ✭ 12,176 (+4601.16%)
Mutual labels:  graphics, widget
VZ Clock
Watch as a smart home module
Stars: ✭ 21 (-91.89%)
Mutual labels:  widget
critical-css-widget
A browser widget to extract Critical CSS and Full CSS from a page. Can be used via the browser console.
Stars: ✭ 35 (-86.49%)
Mutual labels:  widget
niku
Property builder for styling Widget
Stars: ✭ 93 (-64.09%)
Mutual labels:  widget
FloatingView
FloatingView moved by finger supporting OverlaySystem, OverlayActivity, OverlayViewGroup modes
Stars: ✭ 58 (-77.61%)
Mutual labels:  widget
chat21-web-widget
Live Chat Widget built with Firebase and Angular4 for customer support .
Stars: ✭ 69 (-73.36%)
Mutual labels:  widget
nps-widget
Net Promoter Score widget
Stars: ✭ 26 (-89.96%)
Mutual labels:  widget
Matebookxpro Hackintosh
Hackintosh Solution for the Huawei Matebook X Pro
Stars: ✭ 257 (-0.77%)
Mutual labels:  graphics
feedback
A simple widget for getting better feedback.
Stars: ✭ 178 (-31.27%)
Mutual labels:  widget
fludget
Learn Flutter on Flutter! A widget directory with implementation samples!
Stars: ✭ 26 (-89.96%)
Mutual labels:  widget
yii2-number
A number format mask control and input for Yii2 Framework
Stars: ✭ 22 (-91.51%)
Mutual labels:  widget
monzo-widget
An Android app widget for Monzo using the public api
Stars: ✭ 25 (-90.35%)
Mutual labels:  widget
giscus
A comments system powered by GitHub Discussions. 💬 💎
Stars: ✭ 1,448 (+459.07%)
Mutual labels:  widget
Rocket-Notes
The World's Fastest Note Taking App. Fast. Simple. Create a note in one tap! Create image and text notes directly from your home screen!
Stars: ✭ 20 (-92.28%)
Mutual labels:  widget
flutter json view
📄 Displaying json models in a Flutter widget
Stars: ✭ 28 (-89.19%)
Mutual labels:  widget
insta-feed.js
Show your Instagram profile on your website. 🌈
Stars: ✭ 25 (-90.35%)
Mutual labels:  widget
flutter material color picker
Material color picker, you can customize colors. Selection in two step, first main color and after shades.
Stars: ✭ 68 (-73.75%)
Mutual labels:  widget
flarum-ext-dashboard
DEPRECATED This completely re-imagines the Admin interface
Stars: ✭ 17 (-93.44%)
Mutual labels:  widget
Playerbase
The basic library of Android player will process complex business components. The access is simple。Android播放器基础库,专注于播放视图组件的高复用性和组件间的低耦合,轻松处理复杂业务。
Stars: ✭ 2,814 (+986.49%)
Mutual labels:  widget
yii2-notification-wrapper
Yii2-notification-wrapper module renders a message from session flash (with ajax, pjax support and etc.) through Growl, Noty, Toastr and more libraries
Stars: ✭ 78 (-69.88%)
Mutual labels:  widget

Triangulation Drawable

Apache 2.0 License Release

The code of triangulation animation is ported from the SVG triangulation (JavaScript).

Screenshot

(Gif Picture)

Getting started

In your build.gradle:

repositories {
    maven { url "https://jitpack.io" }
}
dependencies {
    compile "com.github.nekocode:TriangulationDrawable:${lastest-version}"
}

Obtain an TriangulationDrawable with a bacground color parameter.

final TriangulationDrawable drawable = new TriangulationDrawable(0xFFEF0E39);
findViewById(android.R.id.content).setBackground(drawable);

And then call the start() method for starting the triangulation animation.

drawable.start()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].