Sg2.9
Programming for Scriptographer
Recent RSS
Programming for Scriptographer
From:  Laurent
Date:  31. October 2006, 11:57

Hello, I just discovered Scriptographer , and I must say I am pretty amazed by the possibilities ! I experienced the Flash Drawing Api, but making this type of thing in Illustrator is really cool !
How does this thing works ??? It looks like it works with JS but I didn't know Javascript could draw things !

Are they good tutorials to begin programming for Scriptographer ??

Re: Programming for Scriptographer
From:  Ralf
Date:  7. November 2006, 11:03

JS is a really great language. Not only Illustrator supports it. Also Indesign. Projects like www.processing.org are based on JS. And the guys over at www.artcom.de mainly use JS for their installations.

Re: Programming for Scriptographer
From:  Jürg Lehni
Date:  7. November 2006, 11:43

JavaScript is just a language standard, used by many different softwares. There are a few open source impllementations out there that can be used to embed it in any software, e.g. SpiderMonkey, KJS, Rhino.

JavaScript is a scripting language, and does not share much more than the name and parts of the syntax with Java, which is a full blown high-level language. In the case of Rhino which is used by Scriptographer, JavaScript is implemented in Java and can access the Java class library that is exposed to the scripting environment through JavaScript wrapper objects.

Processing does not use JS. It is based on Java and uses the Java compiler together with some preprocessing of the code. This produces much higher performance than interpretated JS code, and is needed for getting decent performance in animations and such.

I am not aware in what way ARTCOM is using JS for their installations. If you can point to some examples that would be nice, but I think it is Java what they use.

JS can be used for installations though, for example Hektor is driven with JavaScript and Scriptographer.

Scripts
08.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19
Script of the Moment
Stroke <-> Fill 09.01.08