put out version 2.0.1 today.
fixed a bunch of dependency clashing issues and fixed the example sketch so that it actually works (sorry)
seen from Malaysia

seen from United States
seen from Netherlands

seen from Maldives
seen from Netherlands
seen from China

seen from United States

seen from Türkiye
seen from France
seen from Maldives

seen from T1

seen from Singapore

seen from Singapore

seen from France

seen from T1

seen from France

seen from Singapore
seen from Serbia
seen from Germany

seen from United States
put out version 2.0.1 today.
fixed a bunch of dependency clashing issues and fixed the example sketch so that it actually works (sorry)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
SketchMapper
So ! finally, I made this sketch mapper thing into a processing library. It's based on SurfaceMapper and SurfaceMapperGUI but it allows you to define and use sketches on the surfaces instead of images and videos (which is what the original SurfaceMapperGUI supported).
Anyhow DOWNLOAD IT HERE
I'm sure it's not working as well as think it is so please break it and let me know what's wrong in the issues on the GitHub.
processing-deps - one-stop shopping for setting up processing and some processing libraries for use with maven
got tired of having to find these jars and run these maven commands every time I want to set up an environment to use processing with maven. So, I made a repo with a collection of jars and a script to install them to your local maven repo. Easymode.
ColorScheme version 0.0.2 ! !
I added a new feature to the ColorScheme processing library I made. Now you can pass image files to the constructor like:
ColorScheme colorScheme = new ColorScheme("image.jpg", this);
It will generate a color scheme based on the most common colors in the image (with a bit of randomness in there to give you some accents).
Source code
For all my Processing peoples. It's on now.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
ColorScheme
yoooo so i still gotta make the website and README and zip up everything nice but if you wanna see the source early check it out:
ColorScheme
Processing library for importing .xml files from colorschemedesigner.com or .ase files from the Adobe suite into nice lists of Color objects you can use in your sketches.
ColorScheme
I'm working on a color scheme library thing for processing. Since I don't know anything about color theory and I can't seem to reverse engineer the color scheme designer site I've decided to do a hackish workaround. So i'm making a library that works by loading the XML files that you can export from colorschemedesigner.com and uses them to generate a color scheme model. I'm excited about it. Probably won't be done tonight but soon.