As Gramham van de Ruit tweeted about a Sudoku Generator for InDesign I had to look up the possibilities of making such a tool for Scriptographer. I’ve had this idea before but I’ve never put any effort into it. Not surprisingly, it is a fairly complex matter. Fortunately, a friendly soul, named David J. Rager, had posted the source code of his online javascript Sudoku Generator (+solver) on his blog. Being the opportunist that I am I quickly “borrowed” (well, he said it was free to use) his code and from that it was an oh-so-easy task to just wrap some Sg code around it for use in Illustrator!
The script generates puzzles and renders them in full vector. Everything; the frame, hints and a non-visible solution, are included inside a group object. Find it here.
A year ago, almost to the day, as I was searching for ways to procedurally make random street maps (of which I wrote a post here), I got wind of L-Systems which seemed like a good venture for Scriptographer. I found Aristid Lindenmeyer‘s, book – The Algorithmic Beauty of Plants – as a high quality PDF (available for download here). But somehow this whole undertaking slipped away from me and I ended up doing something else. When I finally got to it, I rewrote the whole thing in one sitting. As a matter of fact, I had very much help from an unexpected find and seemingly unrelated blog by Graham Bradley where he thoroughly explains how he made an Enigma cipher emulator in javascript.
[more…]
This is another script I just recently threw together. It falls into the same category as the last one, being some kind of a cipher script. Only difference is that this is based on real letters. I use the dashed stroke effect set to a circle to draw the unicode value of each letter and it looks like this.
[more…]
Someone scribbled some incomprehensible symbols on a wall at my work some time ago. I have no clue what it reads or if they are even real letters. Probably just the work of some bored-out-of-his-wits zombie drone. Nevertheless, they looked somewhat real to me and seemed to follow some kind of inherent system. I let [more…]