All Projects → samlss → Bloom

samlss / Bloom

Licence: apache-2.0
🎉An android library that display bloom effect for view.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Bloom

Glchaos.p
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
Stars: ✭ 590 (+456.6%)
Mutual labels:  particles
Fieldplay
A vector field explorer
Stars: ✭ 922 (+769.81%)
Mutual labels:  particles
Zame Haxe Particles
Particle emitter for OpenFL compatible with Particle Designer
Stars: ✭ 74 (-30.19%)
Mutual labels:  particles
Particle
A simple portfolio Jekyll theme:
Stars: ✭ 747 (+604.72%)
Mutual labels:  particles
React Particles Js
Particles.js for React
Stars: ✭ 901 (+750%)
Mutual labels:  particles
Oak
A pure Go game engine
Stars: ✭ 847 (+699.06%)
Mutual labels:  particles
Pixi Particles
A particle system for PixiJS
Stars: ✭ 555 (+423.58%)
Mutual labels:  particles
React Particle Effect Button
Bursting particle effect buttons for React 🎉
Stars: ✭ 1,385 (+1206.6%)
Mutual labels:  particles
Profugus
A set of radiation transport mini-applications used for performance optimization on HPC systems.
Stars: ✭ 23 (-78.3%)
Mutual labels:  particles
Particleeffectsbuttons
A little library that can be used for bursting particles effects on buttons and other elements
Stars: ✭ 1,122 (+958.49%)
Mutual labels:  particles
Flutter particle clock
The Grand Prize-winning entry of the #FlutterClock challenge.
Stars: ✭ 771 (+627.36%)
Mutual labels:  particles
Regl Fire
Fire particle system made with regl
Stars: ✭ 16 (-84.91%)
Mutual labels:  particles
Awesome Canvas
A curated list of awesome HTML5 Canvas with examples, related articles and posts.
Stars: ✭ 963 (+808.49%)
Mutual labels:  particles
Webgl Wind
Wind power visualization with WebGL particles
Stars: ✭ 601 (+466.98%)
Mutual labels:  particles
Particletextview
一个用粒子动画显示文字的 Android 自定义 View
Stars: ✭ 1,258 (+1086.79%)
Mutual labels:  particles
Twinkle
✨ Twinkle iOS/tvOS app elements in Swift
Stars: ✭ 569 (+436.79%)
Mutual labels:  particles
Gparticlesio
Simple IO transfer particles cache in DCC application
Stars: ✭ 8 (-92.45%)
Mutual labels:  particles
Particles
A particle simulation engine based on a port of d3-force
Stars: ✭ 104 (-1.89%)
Mutual labels:  particles
Particles.js
A lightweight, dependency-free and responsive javascript plugin for particle backgrounds.
Stars: ✭ 1,336 (+1160.38%)
Mutual labels:  particles
Gadgetsmenu
Feature-rich cosmetics plugin that provide players with the most powerful features.
Stars: ✭ 40 (-62.26%)
Mutual labels:  particles

Bloom

Download Api reqeust Apache License 2.0 Apk

中文

What does this library do?

It can animate any view in the form of particles, so you can download it then review the effect

Features

  • Support any view
  • Flexible configuration the size, shape of the particle
  • Flexible configuration of particle animation

Screenshots

Bloom


Bloom


Bloom



Dependency

Gradle

Add it in your module build.gradle at the end of repositories:

dependencies {
    implementation 'me.samlss:bloom:1.0.0'
}

Maven

<dependency>
  <groupId>me.samlss</groupId>
  <artifactId>bloom</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

Sample Usage

 Bloom.with('activity')
     .setParticleRadius(5)
     .setEffector(new BloomEffector.Builder()
         .setDuration(800)
         .setAnchor(view.getWidth() / 2, view.getHeight() / 2)
         .build())
     .boom(view);

Please read wiki for more descriptions.

Download the apk to review.

License

Copyright 2018 samlss

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].