Seeking generative/procedural artist beta users! (PLEASE BOOST!)

It’s now 2 years since I open-sourced my pet language, Flitter. I’ve used it for multiple live gigs, interactive installations and video artworks

However, I have no idea if it has value beyond my use. I need people to try it, tell me what they hate and what sucks most in the docs

You need to be comfortable at the CLI, example visuals on the #FlitterLang tag

https://github.com/jonathanhogg/flitter

#ProceduralArt #GenerativeArt

GitHub - jonathanhogg/flitter: A functional programming language and declarative system for describing 2D and 3D visuals

A functional programming language and declarative system for describing 2D and 3D visuals - jonathanhogg/flitter

GitHub

If you want to see some example code, there is a bunch of little scripts here:

https://github.com/jonathanhogg/flitter-examples

At some point I will put sample outputs in there too so you can see what they do without running them, but it won’t be for a few weeks…

If you’re wondering what the paradigm is, it’s roughly JSX but with a functional language: evaluate an expression 60 times a second to generate a node tree that describes what the screen looks like

#FlitterLang #ProceduralArt #GenerativeArt