<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Scriptographer.com - News</title> 
		<link>http://www.scriptographer.com/Forum/News/</link>
		<description>Scriptographer.com</description>
		<lastBuildDate>Thu, 12 Apr 2007 04:47:45 +0200</lastBuildDate>
		<generator></generator>
		<language>en</language>
			<item>
			<title>Scriptographize It.</title> 
			<link>http://www.scriptographer.com/Forum/News/Scriptographize-It./</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/News/Scriptographize-It./</guid>
			<pubDate>Thu, 12 Apr 2007 04:47:45 +0200</pubDate>
			<dc:creator><a href="/Users/MP+Foundry/">MP Foundry</a></dc:creator>
			<description>&lt;p&gt;
MP. Foundry is a humble upstart design firm which promotes power by numbers.  We are in the construction phase of our first project which was made possible in part by Gorgeous George LLC., Scriptographer, and the wonderful team at 4pli / Associated Fabrication;&lt;br /&gt;
&lt;br /&gt;
You can view our work currently at &lt;br /&gt;
&lt;br /&gt;

&lt;a href=&quot;http://picasaweb.google.com/graffitiempire&quot; target=&quot;_blank&quot;&gt;http://picasaweb.google.com/graffitiempire&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
our love and props...&lt;br /&gt;
&lt;br /&gt;
mp.f

&lt;/p&gt;
&lt;p&gt;
	&lt;a href=&quot;/Forum/News/Scriptographize-It./1594/resources/IMG_6044.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img id=&quot;thumb_214&quot; src=&quot;/Forum/News/Scriptographize-It./1594/resources/IMG_6044.jpg?thumb=21b5680d80f75a616096f2e791affac6&quot; width=&quot;96&quot; height=&quot;128&quot;&gt;&lt;/a&gt;
&lt;/p&gt;
</description>
		</item>
			<item>
			<title>.</title> 
			<link>http://www.scriptographer.com/Forum/News/./</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/News/./</guid>
			<pubDate>Tue, 20 Jun 2006 10:37:05 +0200</pubDate>
			<dc:creator></dc:creator>
			<description>&lt;p&gt;
.

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>Beta Release 2006_04_30</title> 
			<link>http://www.scriptographer.com/Forum/News/Re-Beta-Release-2006-04-30/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/News/Re-Beta-Release-2006-04-30/</guid>
			<pubDate>Wed, 07 Jun 2006 18:12:47 +0200</pubDate>
			<dc:creator><a href="/Users/Lehni/">Lehni</a></dc:creator>
			<description>&lt;p&gt;
I uploaded new beta versions today.&lt;br /&gt;
&lt;br /&gt;
These mainly fix two things: The crash on some machines in the previous release, and an incompatibility with Apple&apos;s Java 1.5 Release 4 and CS1.&lt;br /&gt;
&lt;br /&gt;
Any feedback is welcome.&lt;br /&gt;
&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/download/Scriptographer_Mac_CS1_2006_04_30.zip&quot; target=&quot;_blank&quot;&gt;Scriptographer_Mac_CS1_2006_04_30.zip&lt;/a&gt;&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/download/Scriptographer_Mac_CS2_2006_04_30.zip&quot; target=&quot;_blank&quot;&gt;Scriptographer_Mac_CS2_2006_04_30.zip&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Windows versions will follow.

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>Progress Report / Good News</title> 
			<link>http://www.scriptographer.com/Forum/News/2/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/News/2/</guid>
			<pubDate>Wed, 31 May 2006 12:31:36 +0200</pubDate>
			<dc:creator><a href="/Users/Lehni/">Lehni</a></dc:creator>
			<description>&lt;p&gt;
Exciting things are happening in the tech department, at least exciting for the geeks:&lt;br /&gt;
&lt;br /&gt;
At the moment I&apos;m working more or less 100% on both the plugin and the website.&lt;br /&gt;
The website is nearly there, and the plugins currently undergoes huge changes:&lt;br /&gt;
&lt;br /&gt;
I ported the code to XCode from CodeWarrior to be able to use GCC and GCJ (Gnu Compiler for Java) instead of the Java Virtual Machine. The advantage of this is that both the plugin and the JavaScript engine are compiled to native code, which starts up and runs faster and uses less memory. But it still behaves just like it did when running in the virtual machine, even Rhino&apos;s java bridge is still there. Also, through the use of CNI (Compiled Native Interface) instead of JNI, interfacing with the Adobe SDK will be much easier in future add ons (maybe I even port the old classes to CNI).&lt;br /&gt;
The only problem is that AWT does not work, so Graphics2D, platform Fonts (through Java), BufferedImages, etc are not supported anymore.&lt;br /&gt;
&lt;br /&gt;
But that&apos;s where the second good news come in: Instead of AWT, I was trying out SWT today (IBM&apos;s windowing framework that Eclipse is based on), which is open source and compiles just fine with GCJ. I wanted to see if that interferes with Illustartor&apos;s event loop and UI. And I couldn&apos;t believe my eyes to see that it worked! Before, AWT was deadlocking and therefore the virtual machine had to be started in headless mode.&lt;br /&gt;
&lt;br /&gt;
So now Scriptographer can use SWT, and through SwingWT AWT, so even Rhino&apos;s graphical debugger which is based on AWT will finally work. And I&apos;m sure that there are some nice source code coloring editors based on SWT out there that could be integrated as well, to finally get to something that looks like a proper IDE.&lt;br /&gt;
&lt;br /&gt;
And the third good news is that there is a similar project out there, whose author Geoff strom is already working on an IDE and a debugger that probably could be integrated in Scriptographer too:&lt;br /&gt;

&lt;a href=&quot;http://bantengproject.org/&quot; target=&quot;_blank&quot;&gt;http://bantengproject.org/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
So this is all very exciting, but before I really start with all this, I should focus on releasing the current version that depends on the Java Virtual Machine properly. Once that&apos;s done, work on the above will continue.

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>Beta Release 2006_03_21</title> 
			<link>http://www.scriptographer.com/Forum/News/Beta-Release-2006-03-21/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/News/Beta-Release-2006-03-21/</guid>
			<pubDate>Sun, 30 Apr 2006 16:45:49 +0200</pubDate>
			<dc:creator><a href="/Users/Lehni/">Lehni</a></dc:creator>
			<description>&lt;p&gt;
I uploaded a new beta release today.&lt;br /&gt;
&lt;br /&gt;
The following things where changed:&lt;br /&gt;
&lt;br /&gt;
- Changes in the startup sequence that hopefully fix problems on some Illustartor setups on Mac.&lt;br /&gt;
&lt;br /&gt;
- Scriptographer writes infomration into a log file inside the Scriptographer folder (scriptographer.log). In case of problems, this file should be sent to sg@scriptographer.com for debugging. No personal data will be logged to that file.&lt;br /&gt;
&lt;br /&gt;
- The tools now correctly change the mouse cursor.&lt;br /&gt;
&lt;br /&gt;
- An issue with Dialog.prompt() was fixed that would leave the document unable to recieve any mouse events after the dialog was displayed.&lt;br /&gt;
&lt;br /&gt;
- The script folder was cleaned up, and some more of the old scripts were ported to the new syntax. The raster scripts should now all work.&lt;br /&gt;
&lt;br /&gt;
If you encountered problems with the previous release, or if you missed some of the scripts, please try again with this one now.&lt;br /&gt;
&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/download/Scriptographer_Mac_CS1_2006_03_21.zip&quot; target=&quot;_blank&quot;&gt;Scriptographer_Mac_CS1_2006_03_21.zip&lt;/a&gt;&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/download/Scriptographer_Mac_CS2_2006_03_21.zip&quot; target=&quot;_blank&quot;&gt;Scriptographer_Mac_CS2_2006_03_21.zip&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For installation, please refer to Simon&apos;s usefull explanation:&lt;br /&gt;
&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/forum/viewtopic.php?t=66&quot; target=&quot;_blank&quot;&gt;http://www.scriptographer.com/forum/viewtopic.php?t=66&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
PC versions will follow soon...

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>First Public Beta Release</title> 
			<link>http://www.scriptographer.com/Forum/News/First-Public-Beta-Release/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/News/First-Public-Beta-Release/</guid>
			<pubDate>Fri, 07 Apr 2006 02:07:58 +0200</pubDate>
			<dc:creator><a href="/Users/Lehni/">Lehni</a></dc:creator>
			<description>&lt;p&gt;
Finally!&lt;br /&gt;
&lt;br /&gt;
I&apos;ve just finished all the bits I wanted to get into the first public beta release. You can download the plugin for Mac and Windows here now:&lt;br /&gt;
&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/download/Scriptographer_Mac_CS1_2006_02_28.zip&quot; target=&quot;_blank&quot;&gt;Scriptographer_Mac_CS1_2006_02_28.zip&lt;/a&gt;&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/download/Scriptographer_Mac_CS2_2006_02_28.zip&quot; target=&quot;_blank&quot;&gt;Scriptographer_Mac_CS2_2006_02_28.zip&lt;/a&gt;&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/download/Scriptographer_Win_CS1_2006_02_28.zip&quot; target=&quot;_blank&quot;&gt;Scriptographer_Win_CS1_2006_02_28.zip&lt;/a&gt;&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/download/Scriptographer_Win_CS2_2006_02_28.zip&quot; target=&quot;_blank&quot;&gt;Scriptographer_Win_CS2_2006_02_28.zip&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Please note that this is still very rough around the edges. The package contains API documentation, but this is more of a scafold for the text to be filled in at a later point. Many of the function names should be self-explanatory though...&lt;br /&gt;
&lt;br /&gt;
The API can also be viewed online:&lt;br /&gt;
&lt;br /&gt;

&lt;a href=&quot;http://www.scriptographer.com/api/2.0/&quot; target=&quot;_blank&quot;&gt;http://www.scriptographer.com/api/2.0/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The beta version also comes with most of the old scripts, converted into the new format. This might be a good starting point.&lt;br /&gt;
&lt;br /&gt;
Expect more to come over the next few weeks, including an all new website, tutorials, better documentation, more features, etc.&lt;br /&gt;
&lt;br /&gt;
Right now, the plug-in does not specify the amount of memory the virtual machine should allocate, and there is no way of telling it to so. I will a configuration file with that possibility soon.&lt;br /&gt;
&lt;br /&gt;
Please don&apos;t hesitate to post problems with the beta on this forum.&lt;br /&gt;
&lt;br /&gt;
I hope this is a big step towards the final goal, and allows all of you on CS2 finally start playing around with Scriptographer again.&lt;br /&gt;
&lt;br /&gt;
Hurray!

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>updates?</title> 
			<link>http://www.scriptographer.com/Forum/News/updates/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/News/updates/</guid>
			<pubDate>Mon, 27 Feb 2006 16:28:46 +0100</pubDate>
			<dc:creator>dux</dc:creator>
			<description>&lt;p&gt;
any news lehni?

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>Call For Submission Of Works</title> 
			<link>http://www.scriptographer.com/Forum/News/Call-For-Submission-Of-Works/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/News/Call-For-Submission-Of-Works/</guid>
			<pubDate>Tue, 29 Nov 2005 19:45:55 +0100</pubDate>
			<dc:creator><a href="/Users/Lehni/">Lehni</a></dc:creator>
			<description>&lt;p&gt;
Scriptographer will be featured in the exhebition &amp;quot;Generator.x&amp;quot; (
 &lt;a href=&quot;http://www.generatorx.no&quot; target=&quot;_blank&quot;&gt;http://www.generatorx.no&lt;/a&gt; ) on one big poster, and I&apos;m thinking of doing a layout showing the interface and some nice examples of use, so if you want to take the chance and maybe end up in the exhebition  please submit your favourite examples of things you did with Scriptographer until the end of this week. Of course full credits will be given!&lt;br /&gt;
&lt;br /&gt;
The show is open 23 September - 16 October in the National Museum in Oslo.&lt;br /&gt;
&lt;br /&gt;
It would be great to have the new version + site online until then too.&lt;br /&gt;
&lt;br /&gt;
Now that&apos;s a deadline!&lt;br /&gt;
&lt;br /&gt;
Submission go to: sg@scriptographer.com

&lt;/p&gt;
</description>
		</item>
			<item>
			<title>A lot of progress</title> 
			<link>http://www.scriptographer.com/Forum/News/1/</link>
			<guid isPermaLink="true">http://www.scriptographer.com/Forum/News/1/</guid>
			<pubDate>Mon, 07 Nov 2005 16:15:13 +0100</pubDate>
			<dc:creator><a href="/Users/Lehni/">Lehni</a></dc:creator>
			<description>&lt;p&gt;
I&apos;ve been pretty quiet on the forum lately. But this doesn&apos;t mean that things are not moving.&lt;br /&gt;
&lt;br /&gt;
I spent the last month more or less only on Scriptographer.&lt;br /&gt;
&lt;br /&gt;
So far, a lot of things on the To Do list are done:&lt;br /&gt;
&lt;br /&gt;
- CS1 / CS2 compilation with Java Virtual Machine integration on both Mac and Windows&lt;br /&gt;
- Text engine: This was a hard one and took almost two weeks. But now all things text are scriptable.&lt;br /&gt;
- Website: Together with Urs Lehni we came up with a new Logo and site design. This is the next step, and I won&apos;t reveal anything before it goes online.&lt;br /&gt;
&lt;br /&gt;
Still not Done:&lt;br /&gt;
- Documentation&lt;br /&gt;
- Website implementation&lt;br /&gt;
- Scripting of Swatches, Graphical Styles, Symbols, Tracing (CS2), Filters and Effects from other Plugins, etc.&lt;br /&gt;
&lt;br /&gt;
But a Beta release is just around the corner.

&lt;/p&gt;
</description>
		</item>
	</channel>
</rss>
