creativecreatorormaybenot / funvas

Fun canvas animations in Flutter based on time and math functions.

Home Page:https://funvas.creativemaybeno.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

funvas Pub version gallery badge Twitter Follow

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 gallery badge

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 🔥✨

Repo structure

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.

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.

https://funvas.creativemaybeno.dev

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 75.8%Language:C++ 13.6%Language:CMake 5.8%Language:HTML 1.9%Language:Swift 1.1%Language:Ruby 0.6%Language:C 0.5%Language:GLSL 0.3%Language:Shell 0.2%Language:Kotlin 0.1%Language:Objective-C 0.0%