{"id":19007658,"url":"https://github.com/razaghimahdi/raininglightsanimation","last_synced_at":"2025-10-08T12:08:57.410Z","repository":{"id":147875677,"uuid":"618537193","full_name":"razaghimahdi/RainingLightsAnimation","owner":"razaghimahdi","description":"RainingLights is a library designed to bring beautiful, dynamic loading animations to your Android apps using Jetpack Compose.","archived":false,"fork":false,"pushed_at":"2023-05-26T07:57:20.000Z","size":4727,"stargazers_count":36,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T03:41:25.644Z","etag":null,"topics":["android-library","animation","animation-library","background","compose","jetpack","jetpack-compose","kotlin","kotlin-android","kotlin-library","library","live-wallpaper","solar-system","space","stars","wallpaper"],"latest_commit_sha":null,"homepage":"https://github.com/razaghimahdi/RainingLightsAnimation","language":"Kotlin","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/razaghimahdi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-24T17:25:56.000Z","updated_at":"2025-02-06T07:22:16.000Z","dependencies_parsed_at":"2023-05-28T00:30:22.750Z","dependency_job_id":null,"html_url":"https://github.com/razaghimahdi/RainingLightsAnimation","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/razaghimahdi/RainingLightsAnimation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razaghimahdi%2FRainingLightsAnimation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razaghimahdi%2FRainingLightsAnimation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razaghimahdi%2FRainingLightsAnimation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razaghimahdi%2FRainingLightsAnimation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/razaghimahdi","download_url":"https://codeload.github.com/razaghimahdi/RainingLightsAnimation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razaghimahdi%2FRainingLightsAnimation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273585194,"owners_count":25132268,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-library","animation","animation-library","background","compose","jetpack","jetpack-compose","kotlin","kotlin-android","kotlin-library","library","live-wallpaper","solar-system","space","stars","wallpaper"],"created_at":"2024-11-08T18:39:00.479Z","updated_at":"2025-10-08T12:08:52.374Z","avatar_url":"https://github.com/razaghimahdi.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raining Lights\n\nRainingLights is a library designed to bring beautiful, dynamic loading animations to your Android apps using Jetpack Compose.\n\nThis project is a showcase for a library developed in **Kotlin Jetpack Compose**, \nwhose main feature is the ability to have a live raining light background. \n\nThe library is easy to implement and use, \nproviding developers with a simple API to add a live raining light background to their applications. \n \nThis project serves as a showcase for the RainingLights library, \nproviding users with a working example of the library's implementation. \nThe app is designed using modern principles and the latest Android development frameworks, \nincluding Jetpack Compose and Material Design components.\n\n## Give a Star! ⭐\nIf you like or are using this project to learn or start your solution, please give it a star. Thanks!\n\n| MainScreen | DetailScreen | \n| :---: | :---: | \n| \u003cimg src=\"screenshots/2.jpg\" width=\"300\"/\u003e | \u003cimg src=\"screenshots/1.jpg\" width=\"300\"/\u003e  | \n\nTo use the library in your own project, follow these steps:\n\n[![Raining Light](https://jitpack.io/v/razaghimahdi/RainingLightsAnimation.svg)](https://jitpack.io/#razaghimahdi/RainingLightsAnimation)\n\n### Step 1. Add it in your project-level `build.gradle` or `settings.gradle` file:\nAdd the following code to your project-level build.gradle or settings.gradle file:\n\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n\n### Step 2. Add the dependency\nAdd the following dependency to your app-level build.gradle file:\n\n\tdependencies {\n\t        implementation 'com.github.razaghimahdi:RainingLightsAnimation:1.0.2'\n\t} \n\n### Step 3. How to use\nTo use the library, simply create a RainingLightsBox composable function and wrap your existing content inside it, \nas shown in the example code below:\n```kotlin\n\nRainingLightsBox(\n    modifier = Modifier\n        .fillMaxSize()\n        .background(color = MaterialTheme.colors.background)\n) {\n    // content\n}\n\n```\nThat's it! With these simple steps, you can now add beautiful, dynamic loading animations to your Android apps using the RainingLights library.\n\n\n\n\nhttps://user-images.githubusercontent.com/61207818/227785925-3350e972-d96d-49cb-a056-10d5ad5cd5a0.mp4\n\n\n\nDeveloped by Mahdi Razzaghi Ghaleh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazaghimahdi%2Fraininglightsanimation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazaghimahdi%2Fraininglightsanimation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazaghimahdi%2Fraininglightsanimation/lists"}