<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>NodeBox</title>
<link>http://nodebox.net</link>
<description>Latest news from the community.</description>
<language>en</language>
<lastBuildDate>Thu, 02 Jul 2009 21:07:37 GMT</lastBuildDate>
<item>
<title>Create SVN repos of Libraries ala TextMate | update by _brentonW</title>
<link>http://nodebox.net/code/index.php/shared_2007-12-25-15-37-54</link>
<description>This is a rather old post. Has there been any progress on documentation of importing libraries into textmate? I'd love to be able to use textmate's bundles feature to write nodebox files.thx. </description>
<author>_brentonW</author>
<date>Thu, 02 Jul 2009 21:07:37 GMT</date>
</item>
<item>
<title>Quicktime output | update by marco</title>
<link>http://nodebox.net/code/index.php/shared_2009-06-30-20-56-51</link>
<description>Hi Frederik,Thanks, I will study that.  However I think there is a serious bug in the QT output function.  As the process happens, each frame seems to be stored to memory. Therefore after a couple of hundred frames, it takes up more RAM than is available, and the program crashes.  Certainly we should be writing the file along the way, freeing up memory?!?!?Thanks!Marco </description>
<author>marco</author>
<date>Wed, 01 Jul 2009 16:59:29 GMT</date>
</item>
<item>
<title>SVN | update by Tina</title>
<link>http://nodebox.net/code/index.php/shared_2007-04-03-12-00-54</link>
<description>Hi,me too, I have a problem using svn to get the nodebox module.svn (Terminal) says: Server sent unexpected return value (400 Bad Request) in response to REPORT request for '/svn/!svn/vcc/default'and svnx says:svn: Server sent unexpected return value (400 Bad Request) in response to REPORT request for '/svn/!svn/bc/958/nodebox/trunk'I don't know much abot svn so what could be wrog?os x 10.4.11, ppcsvn version 1.6.3svnx version 1.0thanks :) </description>
<author>Tina</author>
<date>Wed, 01 Jul 2009 13:38:03 GMT</date>
</item>
<item>
<title>Problems with Photobot | update by fdb</title>
<link>http://nodebox.net/code/index.php/shared_2009-04-19-19-40-08</link>
<description>Photobot is deprecated. Please use the Core Image library instead.http://nodebox.net/code/index.php/Core_ImageKind regards,Frederik </description>
<author>fdb</author>
<date>Wed, 01 Jul 2009 12:25:04 GMT</date>
</item>
<item>
<title>When to expect OpemGL | update by fdb</title>
<link>http://nodebox.net/code/index.php/shared_2009-06-12-10-27-23</link>
<description>To download nodebox-gl, use Subversion. If you're using Leopard, it's already available on your Mac.Open a Terminal window and type: [source code] Then you can run an example: [source code] The nodebox-java branch is actively being worked on. Also, the API is still being fleshed out, so any code you write for it will break in the future. Having said that, you can find the project on GitHub:http://github.com/nodebox/nodeboxA download link is available there. </description>
<author>fdb</author>
<date>Wed, 01 Jul 2009 12:22:22 GMT</date>
</item>
<item>
<title>Quicktime output | update by fdb</title>
<link>http://nodebox.net/code/index.php/shared_2009-06-30-20-56-51</link>
<description>The frames of the movie are exported to TIFF files, then added to the image track.The actual code that does this is here:http://dev.nodebox.net/svn/nodebox/trunk/src/nodebox/util/QTSupport.pyAll the best,Frederik </description>
<author>fdb</author>
<date>Wed, 01 Jul 2009 12:15:54 GMT</date>
</item>
<item>
<title>Quicktime output</title>
<link>http://nodebox.net/code/index.php/shared_2009-06-30-20-56-51</link>
<description>I wonder if someone can tell me exactly what format the Quicktime output of NodeBox is.  the PyQTsequence library can encode a sequence of images into a .mov using many different encoders, but I can't seem to find out which one NodeBox uses. If it is completely uncompressed, does this mean that it is literally a sequence of images? If so, what is the image format (PNG etc?)Thanks and apologies for my ignorance on these things. I'm a mathematician, not a video person. </description>
<author>Marco</author>
<date>Tue, 30 Jun 2009 18:56:51 GMT</date>
</item>
<item>
<title>Some bugs | update by fdb</title>
<link>http://nodebox.net/code/index.php/shared_2009-06-28-18-04-57</link>
<description>Hi,Thanks for the remarks. We're planning on doing a maintenance release for NodeBox 1, and I'll make sure these fixes are in there.Frederik </description>
<author>fdb</author>
<date>Mon, 29 Jun 2009 14:40:53 GMT</date>
</item>
<item>
<title>Some bugs</title>
<link>http://nodebox.net/code/index.php/shared_2009-06-28-18-04-57</link>
<description>Hi,a few bugs...#1- Nodebox scripts can't have an encoding lineThis is annoying if you need utf-8 encoding for your comments and you want to use the scripts in other python environments.This can be fixed in nodebox/src/nodebox/gui/mac/__init__.pyin method _compileScript of class NodeBoxDocument by inserting        source = source.encode("utf-8")after line 2#2- drawpath with a recorded path can only be drawn onceto demo this: [source code] #3- in current svn repository textpath doesn't work; it complains about wrong number of arguments#4- the creator code for NodeBox is 'ndbx'. Apple reserves all lowercase creators for themselves. Something like NdBx would be more appropriateA few notes...- The NodeBox Icon hack in macbuild.shThis can be avoided by adding the iconresource in macsetup.py in the proper (or at least working) way:Add this line after the "optimize = 2," optioniconfile = 'Resources/NodeBox.icns',Keep up the excellent work! Even though I'm complaining NodeBox made me learn Python. Thank you.-karsten </description>
<author>Karsten Wolf</author>
<date>Sun, 28 Jun 2009 16:04:57 GMT</date>
</item>
<item>
<title>When to expect OpemGL | update by Nbveh Masala</title>
<link>http://nodebox.net/code/index.php/shared_2009-06-12-10-27-23</link>
<description>How is it possible to download source code of nodebox-gl and nodebox-java? i'm able to browse it, but there is no download button))Thanx! </description>
<author>Nbveh Masala</author>
<date>Tue, 23 Jun 2009 10:13:31 GMT</date>
</item>
</channel>
</rss>
