{"id":13777322,"url":"https://github.com/maustinstar/liquid","last_synced_at":"2025-04-04T14:08:06.782Z","repository":{"id":43282070,"uuid":"288500503","full_name":"maustinstar/liquid","owner":"maustinstar","description":"Create a playful backsplash in SwiftUI.","archived":false,"fork":false,"pushed_at":"2022-01-11T21:31:06.000Z","size":25375,"stargazers_count":775,"open_issues_count":2,"forks_count":25,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-03T18:11:25.498Z","etag":null,"topics":["artwork","ios","macos","shapes","swift","swift-package-manager","swiftui","ui","ux"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/maustinstar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","funding":".github/FUNDING.yml","license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["maustinstar"]}},"created_at":"2020-08-18T15:56:46.000Z","updated_at":"2024-08-02T15:42:11.000Z","dependencies_parsed_at":"2022-08-12T10:21:36.136Z","dependency_job_id":null,"html_url":"https://github.com/maustinstar/liquid","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maustinstar%2Fliquid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maustinstar%2Fliquid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maustinstar%2Fliquid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maustinstar%2Fliquid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maustinstar","download_url":"https://codeload.github.com/maustinstar/liquid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190250,"owners_count":20898702,"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":["artwork","ios","macos","shapes","swift","swift-package-manager","swiftui","ui","ux"],"created_at":"2024-08-03T18:00:41.550Z","updated_at":"2025-04-04T14:08:06.763Z","avatar_url":"https://github.com/maustinstar.png","language":"Swift","readme":"# Liquid\n\n\u003cimg src=https://raw.githubusercontent.com/maustinstar/liquid/master/Docs/Media/liquid-circle.gif width=140 align=\"right\" /\u003e\n\n#### Add a Splash to Your SwiftUI Interface\n\nCreate a subtle and playful backsplash with `Liquid()`. Try liquid behind your artwork, as a button, or even with your own shapes. Just add `Liquid()` to your view to get started!\n\n## Contents\n\n- [Add the Package](#package)\n- [Basic Usage](#basic-usage)\n- [Example](#example)\n- [Credits](#credits)\n\n## Package\n\n### For Xcode Projects\n\nFile \u003e Swift Packages \u003e Add Package Dependency: https://github.com/maustinstar/liquid\n\n### For Swift Packages\n\nAdd a dependency in your your `Package.swift`\n\n```swift\n.package(url: \"https://github.com/maustinstar/liquid.git\", from: \"0.0.1\"),\n```\n\n## Basic Usage\n\nJust import Liquid, and add it to your View to get started.\n\n```swift\nstruct ContentView: View {\n    var body: some View {\n        Liquid().frame(width: 200, height: 200)\n    }\n}\n```\n\n**See the full [Reference Guide](https://github.com/maustinstar/liquid/blob/master/Docs/Reference.md).**\n\n## Example\n\n#### Layered Liquid\n\n\u003cimg src=https://raw.githubusercontent.com/maustinstar/liquid/master/Docs/Media/liquid-circle.gif width=250 align=\"right\" /\u003e\n\n```swift\nstruct ContentView: View {\n    var body: some View {\n        ZStack {\n            Liquid()\n                .frame(width: 240, height: 240)\n                .foregroundColor(.blue)\n                .opacity(0.3)\n\n\n            Liquid()\n                .frame(width: 220, height: 220)\n                .foregroundColor(.blue)\n                .opacity(0.6)\n\n            Liquid(samples: 5)\n                .frame(width: 200, height: 200)\n                .foregroundColor(.blue)\n            \n            Text(\"Liquid\").font(.largeTitle).foregroundColor(.white)\n        }\n    }\n}\n```\n\n**See more [Examples](https://github.com/maustinstar/liquid/blob/master/Docs/Examples.md).**\n\n## Contributing\n\n\u003cimg src=https://raw.githubusercontent.com/maustinstar/liquid/master/Docs/Media/bezier.gif width=150 align=\"right\" /\u003e\n\nTo get started, read the full [Implementation Guide](https://github.com/maustinstar/liquid/blob/master/Docs/Liquid%20Implementation%20Guide.md).\n\n**See [Contributing.md](https://github.com/maustinstar/liquid/blob/master/Contributing.md).**\n\n## 🚀 Looking for more fun SwiftUI Packages?\n\n**Take your SwiftUI apps to the next level with these Packages!**\n\n\u003ca href=\"https://github.com/maustinstar/shiny\"\u003e\n  \u003cimg src=\"https://github-readme-stats.vercel.app/api/pin/?username=maustinstar\u0026repo=shiny\" height=130 align=\"left\" /\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://github.com/maustinstar/swiftui-drawer\"\u003e\n  \u003cimg src=\"https://github-readme-stats.vercel.app/api/pin/?username=maustinstar\u0026repo=swiftui-drawer\" height=130 /\u003e\n\u003c/a\u003e\n\n\u003cimg src=https://raw.githubusercontent.com/maustinstar/liquid/master/Docs/Media/liquid-profile.gif width=140 align=\"right\" /\u003e\n\n## Credits\n\n* [**Michael Verges**](https://github.com/maustinstar) - *Initial work* - mverges3@gatech.edu - [![Follow on Linkedin](https://img.shields.io/badge/Follow%20on-Linkedin-5176B1.svg)](https://www.linkedin.com/in/michaelverges)\n","funding_links":["https://github.com/sponsors/maustinstar"],"categories":["Animation","Swift","UI"],"sub_categories":["Content","View"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaustinstar%2Fliquid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaustinstar%2Fliquid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaustinstar%2Fliquid/lists"}