8000 GitHub - joodo/fireworks: Interactive app(s) for showing fireworks using Flutter's canvas.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joodo/fireworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fireworks demo badge Twitter Follow

Interactive app(s) for showing fireworks using Flutter's canvas.

Repo structure

To allow for both the live demo and counter app using the same code for rendering the actual fireworks, the repo contains the following packages:

  • fireworks, which is a basic Flutter package that contains a render object and widget for rendering the fireworks. It also contains a controller class that manages the rockets, explosi 7281 on particles, vsync, etc.
  • fireworks_demo, which is the app that is used for the live demo.
  • fireworks_counter, which is a slightly modified version of the Flutter template app using the fireworks package.

Live demo

You can view a live demo of the fireworks package in action that allows you to both watch the fireworks and launch your own firework rockets by hovering with the mouse :)

You can checkout the tweet I made about it.

Counter app

For the Flutter counter challenge, I took the template app that is generated by flutter create and modified just a few lines of code to add the fireworks to it :)

Because I had already implemented the fireworks package in an abstract way before, I was able to simply drop the widget and the controller into the counter app and transform it in a matter of minutes.
You can also checkout the tweet for this one.

About

Interactive app(s) for showing fireworks using Flutter's canvas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 41.4%
  • Dart 31.0%
  • CMake 16.7%
  • Ruby 4.1%
  • HTML 3.1%
  • Swift 2.1%
  • Other 1.6%
0