w/e
Boaroceraptorasaurus-Rex
- Reaction score
- 275
It's been a while since I posted on this site, but I figure that since this site has played a huge role in the direction that I took career-wise, it would be cool to post an update on what I've been working on.
I recently launched my latest project - a randomization plugin for Adobe Illustrator called Randomill.
Built using Adobe's CEP platform, which basically means that the plugin is a web page (HTML/CSS/JavaScript) that runs inside of Illustrator, and allows the webpage to send commands to Illustrator via a little JavaScript bridge that Adobe has made.
Demo Video:
Features:
Check it out at randomill.com.
I recently launched my latest project - a randomization plugin for Adobe Illustrator called Randomill.
Built using Adobe's CEP platform, which basically means that the plugin is a web page (HTML/CSS/JavaScript) that runs inside of Illustrator, and allows the webpage to send commands to Illustrator via a little JavaScript bridge that Adobe has made.
Demo Video:
Features:
- Fill Color Randomization
Randomize the fill color across a group of objects from by dialing in a range of colors, or from a set of colors that you can specify. Works in both RGB and CMYK modes. - Stroke Color Randomization
Randomly change the stroke color of all objects in a selection from a color range or a color set that you can make yourself. Works in both RGB and CMYK modes. - Stroke Weight Randomization
Randomize stroke weight of all objects in a selection. Specify a minimum, maximum, and increment to really dial it in. Compatible with all units in Illustrator. - Scale Randomization
Randomly change the scale of all objects in a selection between a specified minimum and maximum, at a desired increment. - Rotation Randomization
Randomly rotate all selected objects between a specified minimum and maximum angle, with an optional step size. - Opacity Randomization
Randomize the opacity across all selected objects. You can set the range and increment to really hone in on the desired result. - Blend Mode Randomization
Assign random blend modes to all selected objects. Blend modes can be excluded from randomization as desired, so you only apply the blend modes you want. - Position Randomization
Shift each selected object randomly relative to its original position. Specify a minimum and maximum range for horizontal and vertical directions. A step size can be specified. Compatible with all units in Illustrator. - Order Randomization
Randomize or reverse layer order of all selected objects. Objects will be randomly re-ordered or reversed within their parent layer. - Selection Randomization
Create a random sub-selection from your selected objects. Can be a random percentage of your current selection or a specific number of objects that will be randomly selected.
- Space Fill
Randomly fill a closed path with a group of objects so that they don't intersect with one another. Objects can be duplicated, randomly rotated, scaled, etc. Could be tricky to implement as there would be a lot to calculate. - Text/Font Randomization
Randomize the font of a body of text on a letter, word, line, sentence, or paragraph basid.
Check it out at randomill.com.