CLWaterWaveView
A UIView what able to show water wave effect
Install / Use
npx skills add cristi-lupu/CLWaterWaveViewInstalls into whichever agent you are using.
README
Features

- Simple configuration
- Live editing
Example
To run the example project, clone the repo, and run pod install from the Example directory first.

Usage
Interface Builder
In Interface Builder, select wave view, and in attributes inspector set values:

Code
import CLWaterWaveView
let waveView = CLWaterWaveView()
// configure the wave
waveView.amplitude = 39.0
waveView.speed = 0.009
waveView.angularVelocity = 0.37
waveView.depth = 0.37
waveView.startAnimation()
// to stop animation
waveView.stopAnimation()
Installation
CLWaterWaveView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'CLWaterWaveView'
Author
Cristian Lupu, lupucristiancptc@gmail.com
License
CLWaterWaveView is available under the MIT license. See the LICENSE file for more info.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
