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 :)
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 :)
Here are some awesome community projects made using the funvas
package to create some 🔥✨
- Square Shooter game by namzug16
This repo currently contains the following packages:
Package | Contents |
---|---|
funvas |
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. |
funvas_gallery |
Collection of funvas animations I created and shared on Twitter. The package also contains the code I use to export my animations to GIF and mp4. |
funvas_rendering |
Package for rendering and exporting funvas animations, which is used to create all funvas_tweets GIFs. |
funvas_tweets |
Flutter web app (gallery) showcasing a selection of funvas_tweets funvas animations that can be reached at funvas.creativemaybeno.dev. |
open_simplex_2 |
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. |
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).