As I was fiddling around with a bunch of raster effects (covered in this post) I stumbled upon a nice look that I felt I had to cultivate. I wrote and posted the script at the Scriptographer homepage. I think it made quite the nice cross-hatch pattern by dividing the stroke width by three.

[more…]
Sadly, the original Star Wars trilogy conceptual artist, Ralph McQuarrie passed away 3 March from complications of Parkinson’s disease. Only just a week later, french comic book artist Jean Giraud (known as Moebius), probably best known for the western series Blueberry and the science fiction books The Incal died 10 March of cancer.


I have been experimenting with different kinds of raster effects lately. Not really breaking any new grounds here but it is fun to try to come up with new stuff and just to play around for a while. The hardest part is to find a suitable image to apply these effects on and most of [more…]
According to a recent tweet by Jürg Lehni, Wolff Olins and Visuelle.co.uk Everyday Workshops are showcasing an installation made with the Scriptographer tool without giving any credit what-so-ever, a clear violation of the License Agreement Terms. Seems to be made fairly recent as well, because unless I’m not terribly mistaken, the above picture is made with functions just added to my Isometric Block Raster script. I’m flattered but at the same time somewhat upset – on behalf of Jürg – that people don’t give a damn about respecting simple rules!
UPDATE (Feb 27 – 23:28)
Seems they have corrected their little mishap and added the credits at the bottom.
UPDATE (Feb 28 – 12:08)
Moore corrections! Apparently Visuelle.co.uk had nothing to do with the whole ordeal as he was just posting stuff that he found interesting. Being a nice guy, he contacted Everyday Workshops and informed them about the mistake. So sorry David!
Some days ago I saw this project called Blocky Earth by Jaume Sánchez (image above) which reminded me of my old isometric block raster script (image below). Looking at the code now, I have to say that there are a bunch of things I would have done different had I done it today, so I spent last night rewriting it. As the script got a well deserved overhaul I also took the time to put in some things that I felt was going to add a nice touch.
What follows are images and short descriptions of how these add-ons work.
[more…]
Today is the – by the time of posting – EXACT one year anniversary of Monovektor.com (huzzah!), during which I managed to write 50+ posts. Mostly about writing scripts for use with Scriptographer. I just hope I keep coming up with more stuff to put into code.
Finally, I got around to order the complete collection of Sin City graphic novels. Although this is truly a great graphic masterpiece it is an equally sad fact that Frank turned out to be a hate mongering fascist. Yes, I know, I should have steered clear, but there is no denying that these books packs a lot of punch in the graphics department. So much so in fact that I’m going to turn a blind side on this one.
After I made the tool for making them hyperbolic lines, Georg, was wondering if there was a way of converting existing, straight lines into hyperbolic ones. He had already started on his project and felt that re-drawing 500 lines by hand would be a rather tedious task whereby he asked me the aforementioned question.

[more…]
I’ve been working on a calendar script for Illustrator. At the moment I’m not really sure how to style it. My initial thought was to have a bunch of different calendar styles to choose from but now I’m more into to just output a crude template and let the styling be made by hand.
The script also computes what week (ISO-8601 standard) it is – by prototyping the javascript date function – made by Taco van den Broek and borrowed from this site.
In a response to Georg from Berlin I re-wrote my Arc-ee-type script. Well, not solely for him, it’s something I’ve had my mind on for a while, but he gave me an incentive. Much of the work went into making a stable GUI but also some other features such as the option to draw the arcs either on the in- or outside of the circle.
There are three ways of creating the arcs:
- Manually type the from/to angle.
- Clicking with the Scriptographer pen tool anywhere on the artboard as the from/to angles are calculated from the origin of the circle.
- Or, by a combination of the two methods above.
The script snaps to anchors as well so adding anchors to the circle could be an easy way of creating a regular pattern. Although not “officially” released, the script can be found/downloaded here.
[more…]