How to Download Creative Machine
There are two main ways to use Creative Machine in Processing.
Option 1: Download from Processing application.
-
Start your Processing application and go to Sketch > Import Library > Manage Libraries...
-
Search for Creative Machine and click Install.
-
Create a new Processing sketch and type
import ml.*
on top of your sketch file.
Option 2: Downlaod the .zip file directly.
-
Download the latest release of Creative Machine from the below link.
-
Unzip the .zip file and move the library folder under Processing > libraries directory.
- First, find your installed Processing folder (usually it is under Documents folder).
- Move unzipped
creative-machine
folder under Processing > libraries.
- Create a new Processing sketch and type
import ml.*
on top of your sketch file.
Now you are all set! Explore Reference page for detailed instructions on how to use each model.