All Projects → pacifio → flutter_art

pacifio / flutter_art

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

Programming Languages

javascript
184084 projects - #8 most used programming language
dart
5743 projects

Projects that are alternatives of or similar to flutter art

Generative-Art
A selection of generative art scripts written in Python
Stars: ✭ 284 (+846.67%)
Mutual labels:  generative-art
worlds
Building Virtual Reality Worlds using Three.js
Stars: ✭ 23 (-23.33%)
Mutual labels:  generative-art
VL.Fuse
A library for visually programming on the GPU, built to enable rapid workflows and modular approaches to accelerated graphics, logic and computation.
Stars: ✭ 206 (+586.67%)
Mutual labels:  generative-art
BeatDrop
BeatDrop Music Visualizer
Stars: ✭ 54 (+80%)
Mutual labels:  generative-art
stamps
A language for producing art
Stars: ✭ 116 (+286.67%)
Mutual labels:  generative-art
generativepy
Library for creating generative art and maths animations
Stars: ✭ 70 (+133.33%)
Mutual labels:  generative-art
flutter responsive tabs
Flutter Responsive Tabs Demo
Stars: ✭ 43 (+43.33%)
Mutual labels:  flutter-web
photobooth
Google I/O 2021 Photo Booth built with Flutter and Firebase
Stars: ✭ 832 (+2673.33%)
Mutual labels:  flutter-web
generative-art
I wanted to make a nicer sticker for Munihac, then things got out of hand.
Stars: ✭ 134 (+346.67%)
Mutual labels:  generative-art
vqgan-clip-app
Local image generation using VQGAN-CLIP or CLIP guided diffusion
Stars: ✭ 94 (+213.33%)
Mutual labels:  generative-art
JRubyArt
JRubyArt a ruby implementation of processing
Stars: ✭ 87 (+190%)
Mutual labels:  generative-art
GAN-XML-Fixer
No description or website provided.
Stars: ✭ 55 (+83.33%)
Mutual labels:  generative-art
generative-art
🌈🎨 Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module (@luxdamore/nuxt-canvas-sketch) - [three.js, tensorflow.js and gsap are not included].
Stars: ✭ 41 (+36.67%)
Mutual labels:  generative-art
gespensterfelder
A small generative system in clojurescript and Three.js.
Stars: ✭ 57 (+90%)
Mutual labels:  generative-art
artblocks-docs
Art Blocks Docs, powered by Retype
Stars: ✭ 158 (+426.67%)
Mutual labels:  generative-art
generative-art
Generative art experiments
Stars: ✭ 113 (+276.67%)
Mutual labels:  generative-art
generative-art-Processing
Processingによるアート作品をまとめたリポジトリです.一部の作品はopenFrameworksで書かれています.This is a repository for art portfolio of Processing art. Some of arts are written in openFrameworks, one of the C++ libraries.
Stars: ✭ 31 (+3.33%)
Mutual labels:  generative-art
incomplete-cubes-generator
Incomplete Open Cubes Generator
Stars: ✭ 18 (-40%)
Mutual labels:  generative-art
eccv16 attr2img
Torch Implemention of ECCV'16 paper: Attribute2Image
Stars: ✭ 93 (+210%)
Mutual labels:  generative-art
aRtsy
An R package for making generative art using 'ggplot2'.
Stars: ✭ 142 (+373.33%)
Mutual labels:  generative-art

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].