Skip to content

Ripples and shapes rendering application written in C#/.NET.

Notifications You must be signed in to change notification settings

frostybee/waggly-ripples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

alt

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

Releases

No releases published

Packages

No packages published

Languages