Share My Creation Generative Art

12 generative arts all in one including:
"Lost In Forest", "Processing Network", "Perlin Sea", "Why Is The Sky Blue?", "Waltz Of Circles", "Islands", "Word Clock", "Jelly In Sea", "Gravity", "Portrait Painter", "Web Of Lines", "Ribbon"

JavaFx graphic2d functions are used as to make a platform for more sketches from Processing.org. It is a modified version of the B4A Android one with new sketches: https://www.b4x.com/android/forum/threads/generative-art.129851/

Right mouse click: toggle Window and Fullscreen mode
Left mouse click: next sketch

Not sure whether there are any problems under 4K fullscreen mode, only tested in 1920*1080.

Thanks @klaus for the jCanvasExt code and the forum for fullscreen code.

01.png


Java 8 and 14 jars are included.
To run 14 make a *.bat: START C:\Jdk14\bin\javaw --module-path C:\Jdk14\javafx\lib --add-modules ALL-MODULE-PATH -jar GenArt14.jar

Which sketch do you like?
 

Attachments

  • GenArt8.jar
    349.3 KB · Views: 76
  • GenArt14.jar
    355.7 KB · Views: 79
Top