{"id":15040902,"url":"https://github.com/ibrahimsn98/android-particles","last_synced_at":"2025-04-04T11:13:44.359Z","repository":{"id":55925715,"uuid":"161992838","full_name":"ibrahimsn98/android-particles","owner":"ibrahimsn98","description":"A lightweight Particle Animation Library for Android ","archived":false,"fork":false,"pushed_at":"2020-12-06T22:04:19.000Z","size":3810,"stargazers_count":435,"open_issues_count":5,"forks_count":71,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T10:08:45.656Z","etag":null,"topics":["android","android-animations","android-development","android-library","android-particle-animation","android-particle-library","android-particles-js","particles"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibrahimsn98.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-16T11:07:23.000Z","updated_at":"2025-03-25T03:06:47.000Z","dependencies_parsed_at":"2022-08-15T09:31:34.376Z","dependency_job_id":null,"html_url":"https://github.com/ibrahimsn98/android-particles","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimsn98%2Fandroid-particles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimsn98%2Fandroid-particles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimsn98%2Fandroid-particles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimsn98%2Fandroid-particles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrahimsn98","download_url":"https://codeload.github.com/ibrahimsn98/android-particles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"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":["android","android-animations","android-development","android-library","android-particle-animation","android-particle-library","android-particles-js","particles"],"created_at":"2024-09-24T20:45:15.779Z","updated_at":"2025-04-04T11:13:44.333Z","avatar_url":"https://github.com/ibrahimsn98.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Particles\nParticle animation library for Android\n\n[![](https://jitpack.io/v/ibrahimsn98/android-particles.svg)](https://jitpack.io/#ibrahimsn98/android-particles)\n\n# Example\n\u003cimg width=\"250\" src=\"https://github.com/ibrahimsn98/android-particles/blob/master/art/particle2.gif\"/\u003e\n\n\n# Setup\n```gradle\nallprojects {\n    repositories {\n        ...\n        maven { url 'https://jitpack.io' }\n    }\n}\ndependencies {\n      implementation 'com.github.ibrahimsn98:android-particles:2.0'\n}\n```\n\n# Attributions\n```xml\n\u003cme.ibrahimsn.particle.ParticleView\n    android:id=\"@+id/particleView\"\n    android:layout_width=\"match_parent\"\n    android:layout_height=\"match_parent\"\n    app:particleCount=\"60\"\n    app:particleMinRadius=\"3\"\n    app:particleMaxRadius=\"10\"\n    app:particlesBackgroundColor=\"#23262a\"\n    app:particleColor=\"@android:color/holo_green_dark\"\n    app:particleLineColor=\"@android:color/holo_green_dark\"\n    app:particleLinesEnabled=\"true\" /\u003e\n```\n\n# Usage\n```kotlin\nclass MainActivity : AppCompatActivity() {\n\n    private lateinit var particleView: ParticleView\n\n    override fun onCreate(savedInstanceState: Bundle?) {\n        super.onCreate(savedInstanceState)\n        setContentView(R.layout.activity_main)\n\n        particleView = findViewById(R.id.particleView)\n    }\n\n    override fun onResume() {\n        super.onResume()\n        particleView.resume()\n    }\n\n    override fun onPause() {\n        super.onPause()\n        particleView.pause()\n    }\n}\n```\n\n# Inspired From\nThanks to [VincentGarreau](https://github.com/VincentGarreau) for sharing that awesome [javascript library](https://github.com/VincentGarreau/particles.js)\n\n# TODO\n- [x] Performance optimizations\n- [x] RAM optimizations\n- [ ] Touch Event Animations\n\n# License\nMIT\n\n\u003e Follow me on Twitter [@ibrahimsn98](https://twitter.com/ibrahimsn98)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimsn98%2Fandroid-particles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahimsn98%2Fandroid-particles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimsn98%2Fandroid-particles/lists"}