Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frostybee/waggly-ripples
Ripples and shapes rendering application written in C#/.NET.
https://github.com/frostybee/waggly-ripples
animated-ripples easing-functions ripples-animation winforms winforms-animation winforms-ripples
Last synced: about 1 month ago
JSON representation
Ripples and shapes rendering application written in C#/.NET.
- Host: GitHub
- URL: https://github.com/frostybee/waggly-ripples
- Owner: frostybee
- Created: 2023-04-16T19:59:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T04:41:19.000Z (over 1 year ago)
- Last Synced: 2024-11-06T03:17:02.222Z (3 months ago)
- Topics: animated-ripples, easing-functions, ripples-animation, winforms, winforms-animation, winforms-ripples
- Language: C#
- Homepage:
- Size: 9.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waggly Ripples
A WinForms application that renders and animates various types of ripples and shapes. It can be used as a library.
## Demo
[**Watch the demo on YouTube**](https://www.youtube.com/watch?v=CXkYp3l1bMo)
![alt](screenshot/ripples-demo.png)
## Easing Functions
The following easing functions are implemented and tested:
- Linear
- Back in
- Back out
- Back in out
- Bounce In
- Bounce out
- Bounce in out
- Circular In
- Circular Out
- Circular In Out
- Cubic In
- Cubic Out
- Cubic In Out
- Elastic In
- Elastic Out
- Elastic In Out
- Exponential In
- Exponential Out
- Exponential In Out
- Quadratic In
- Quadratic Out
- Quadratic In Out
- Quartic In
- Quartic Out
- Quartic In Out
- Quintic In
- Quintic Out
- Quintic In Out
- Sine In
- Sine Out
- Sine In Out