pacifio / flutter_art

Flutter art is a collection of apps where I try to build generative art projects .

Home Page:https://pacifio.github.io/flutter_art/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter art

Flutter art is a collection of apps where I try to build generative art projects . Since flutter uses Skia engine to render ( the same one google chrome uses to render it's 2D graphics ) , it's powerful enough to render generative arts by itself ( as long as it's 3D )

Adding your own projects

If you want to showcase your projects please go to lib and create a folder and according to your art name and also go to the lib/main.dart folder and add your project like this .

_project(
  title: "My Project",
  subtitle: "My Project description",
  page: MyProject(),
  context: context,
),

Preview

Preview Path
lib/constellations/constellations.dart
lib/forest/forest.dart

About

Flutter art is a collection of apps where I try to build generative art projects .

https://pacifio.github.io/flutter_art/


Languages

Language:JavaScript 98.3%Language:Dart 1.1%Language:HTML 0.5%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%