Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdremov/FoggyColors
Beautiful randomly generated colored shapes on the background with SwiftUI
https://github.com/alexdremov/FoggyColors
design swift swiftui swiftui-animations swiftui-demo swiftui-framework ui ui-design
Last synced: about 20 hours ago
JSON representation
Beautiful randomly generated colored shapes on the background with SwiftUI
- Host: GitHub
- URL: https://github.com/alexdremov/FoggyColors
- Owner: alexdremov
- License: mit
- Created: 2022-02-11T08:43:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T11:36:42.000Z (almost 3 years ago)
- Last Synced: 2024-12-09T14:51:44.561Z (19 days ago)
- Topics: design, swift, swiftui, swiftui-animations, swiftui-demo, swiftui-framework, ui, ui-design
- Language: Swift
- Homepage: https://alexdremov.ru
- Size: 9.25 MB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FoggyColors
[![Version](https://img.shields.io/cocoapods/v/FoggyColors.svg?style=flat)](https://cocoapods.org/pods/FoggyColors)
[![License](https://img.shields.io/cocoapods/l/FoggyColors.svg?style=flat)](https://cocoapods.org/pods/FoggyColors)
[![Platform](https://img.shields.io/cocoapods/p/FoggyColors.svg?style=flat)](https://cocoapods.org/pods/FoggyColors)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
Or execute `pod try FoggyColors`
```swift
import SwiftUI
import FoggyColorsstruct ContentView: View {
var body: some View {
FoggyColorsView(
blurRadius: 64,
globalOpacity: 0.6,
elementOpacity: 0.4,
animated: true,
numberShapes: 5
)
.ignoresSafeArea()
}
}
```## Installation
### CocoaPods
FoggyColors is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'FoggyColors'
```### Swift PM
Just add this repository to your project in Xcode
## Author
alexdremov, [email protected]
## License
FoggyColors is available under the MIT license. See the LICENSE file for more info.