You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter package that allows creating canvas animations based on time and math (mostly trigonometric)
functions.
The name "funvas" is based on Flutter + fun + canvas. Let me know if you have any better ideas :)
Gallery
I share my funvas creations on Twitter and I have also created a live demo,
a gallery that allows you to explore some of the animations running right in Flutter web :)
Community projects
Here are some awesome community projects made using the funvas package to create some 🔥✨
The actual funvas Flutter package that is also hosted on Pub. Both funvas_tweets and funvas_gallery depend on this package. It contains the basic widget for displaying funvas animations.
Package that makes OpenSimplex2 noise generation available to everyone in Dart :) I use this for my own funvas animations (funvas_tweets) but it is also hosted for anyone to use on Pub.
Inspiration
The whole concept is inspired by Dwitter (check it out). That is mainly the way the
API is built. These kinds of animations (especially in GIF form) can be found in many communities,
e.g. in processing (and with that p5.js).
About
Fun canvas animations in Flutter based on time and math functions.