{"id":20009250,"url":"https://github.com/samlss/bloom","last_synced_at":"2025-05-04T19:35:53.827Z","repository":{"id":60356742,"uuid":"160644229","full_name":"samlss/Bloom","owner":"samlss","description":"🎉An android library that display bloom effect for view.","archived":false,"fork":false,"pushed_at":"2018-12-20T06:24:39.000Z","size":8772,"stargazers_count":136,"open_issues_count":1,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T11:38:09.240Z","etag":null,"topics":["androidanimation","androidview","bloom","explosion","particles"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samlss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-06T08:35:42.000Z","updated_at":"2025-01-10T09:09:05.000Z","dependencies_parsed_at":"2022-09-28T13:40:22.976Z","dependency_job_id":null,"html_url":"https://github.com/samlss/Bloom","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlss%2FBloom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlss%2FBloom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlss%2FBloom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlss%2FBloom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samlss","download_url":"https://codeload.github.com/samlss/Bloom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252390676,"owners_count":21740364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["androidanimation","androidview","bloom","explosion","particles"],"created_at":"2024-11-13T07:14:50.808Z","updated_at":"2025-05-04T19:35:50.989Z","avatar_url":"https://github.com/samlss.png","language":"Java","readme":"![Bloom](https://github.com/samlss/Bloom/blob/master/screenshots/bloom.png)\n\n [![Download](https://api.bintray.com/packages/samlss/maven/bloom/images/download.svg)](https://bintray.com/samlss/maven/bloom/_latestVersion) [![Api reqeust](https://img.shields.io/badge/API-11+-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=11#l11)    [![Apache License 2.0](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/samlss/Bloom/blob/master/LICENSE)  [![Apk](https://img.shields.io/badge/apk-download-orange.svg)](https://github.com/samlss/Bloom/blob/master/apks/Bloom-V1.0.0.apk?raw=true)  \n\n [中文](https://github.com/samlss/Bloom/blob/master/README_CN.md)\n\n### What does this library do?\nIt can animate any view in the form of particles, so you can download it then review the effect\n \n### Features\n- Support any view\n- Flexible configuration the size, shape of the particle\n- Flexible configuration of particle animation\n\n### Screenshots\n\n![Bloom](https://github.com/samlss/Bloom/blob/master/screenshots/screenshot1.gif)\n\n\u003cbr\u003e\n\n![Bloom](https://github.com/samlss/Bloom/blob/master/screenshots/screenshot2.gif)\n\n\u003cbr\u003e\n\n![Bloom](https://github.com/samlss/Bloom/blob/master/screenshots/screenshot3.gif)\n\n\u003cbr\u003e\n\n------\n### Dependency\n\n#### Gradle\nAdd it in your module build.gradle at the end of repositories:\n  ```java\n  dependencies {\n      implementation 'me.samlss:bloom:1.0.0'\n  }\n  ```\n\n#### Maven\n```java\n\u003cdependency\u003e\n  \u003cgroupId\u003eme.samlss\u003c/groupId\u003e\n  \u003cartifactId\u003ebloom\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n### Sample Usage\n\n```java\n Bloom.with('activity')\n     .setParticleRadius(5)\n     .setEffector(new BloomEffector.Builder()\n         .setDuration(800)\n         .setAnchor(view.getWidth() / 2, view.getHeight() / 2)\n         .build())\n     .boom(view);\n```\n\n\n\nPlease read [wiki](https://github.com/samlss/Bloom/wiki) for more descriptions.\n\n[Download](https://github.com/samlss/Bloom/blob/master/apks/Bloom-V1.0.0.apk?raw=true) the apk to review.\n\n### License\n\n```\nCopyright 2018 samlss\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamlss%2Fbloom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamlss%2Fbloom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamlss%2Fbloom/lists"}