Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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