FoggyColors

1.2.0

Beautiful randomly generated colored shapes on the background with SwiftUI
alexdremov/FoggyColors

What's New

Imports bug

2022-02-13T11:37:22Z

FoggyColors

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Or execute pod try FoggyColors

import SwiftUI
import FoggyColors

struct 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. To install it, simply add the following line to your Podfile:

pod 'FoggyColors'

Swift PM

Just add this repository to your project in Xcode

Author

alexdremov, dremov.me@gmail.com

License

FoggyColors is available under the MIT license. See the LICENSE file for more info.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Mar 17 2024 06:49:35 GMT-0900 (Hawaii-Aleutian Daylight Time)