<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: processing.js in Max</title>
		<atom:link href="http://cycling74.com/forums/topic/processing-js-in-max/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/processing-js-in-max/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 03:11:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/processing-js-in-max/#post-65226</guid>
					<title><![CDATA[processing.js in Max]]></title>
					<link>http://cycling74.com/forums/topic/processing-js-in-max/#post-65226</link>
					<pubDate>Thu, 15 Nov 2012 09:07:41 +0000</pubDate>
					<dc:creator>freepoulite</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>No news about use processing.js inside Max<br />
Is it possible or not?<br />
It would be amazing!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/processing-js-in-max/#post-235047</guid>
					<title><![CDATA[Re: processing.js in Max]]></title>
					<link>http://cycling74.com/forums/topic/processing-js-in-max/#post-235047</link>
					<pubDate>Fri, 16 Nov 2012 04:19:27 +0000</pubDate>
					<dc:creator>Michael Sperone</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve been thinking about this&#8230; would it be possible to export to javascript and then just use [js]?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/processing-js-in-max/#post-235048</guid>
					<title><![CDATA[Re: processing.js in Max]]></title>
					<link>http://cycling74.com/forums/topic/processing-js-in-max/#post-235048</link>
					<pubDate>Fri, 16 Nov 2012 08:18:28 +0000</pubDate>
					<dc:creator>freepoulite</dc:creator>

					<description>
						<![CDATA[
						<p>it would be great to use directly [jsui]<br />
I will try this morning, if it works i will share an exemple</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/processing-js-in-max/#post-235049</guid>
					<title><![CDATA[Re: processing.js in Max]]></title>
					<link>http://cycling74.com/forums/topic/processing-js-in-max/#post-235049</link>
					<pubDate>Sat, 17 Nov 2012 19:07:39 +0000</pubDate>
					<dc:creator>Michael Sperone</dc:creator>

					<description>
						<![CDATA[
						<p>I got this to work.  It uses [jweb] so I don&#8217;t know what kind of output/input you can get from this way of doing it.  </p>
<p>But at least I got something to work :)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/processing-js-in-max/#post-235050</guid>
					<title><![CDATA[Re: processing.js in Max]]></title>
					<link>http://cycling74.com/forums/topic/processing-js-in-max/#post-235050</link>
					<pubDate>Sun, 18 Nov 2012 09:17:59 +0000</pubDate>
					<dc:creator>deligut</dc:creator>

					<description>
						<![CDATA[
						<p>I tried your patch on a windows computer without any luck. Any idea why this is? I can open the html document separately. Jweb finds the file htmlProcessing.html, it just does not display anything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/processing-js-in-max/#post-235051</guid>
					<title><![CDATA[Re: processing.js in Max]]></title>
					<link>http://cycling74.com/forums/topic/processing-js-in-max/#post-235051</link>
					<pubDate>Mon, 19 Nov 2012 00:32:23 +0000</pubDate>
					<dc:creator>Michael Sperone</dc:creator>

					<description>
						<![CDATA[
						<p>I just tried downloading and opening what I posted and it works here.  </p>
<p>It should work on windows, I didn&#8217;t use an external and processing.js is the same for all platforms.<br />
Maybe try your own processing sketch?  It didn&#8217;t work for the first sketch I tried to run, and I never found out why.<br />
You can just modify the html file (which by the way contains an extra line I commented out because I originally copied the html from the processingjs.org homepage &#8211; in case you were wondering what that was) to have your file name instead (and make sure your sketch is in the folder with the max patch).</p>
<p>If another sketch doesn&#8217;t work, then I might suggest asking on the processingjs forum about javascript compatibility.  maybe?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/processing-js-in-max/#post-235052</guid>
					<title><![CDATA[Re: processing.js in Max]]></title>
					<link>http://cycling74.com/forums/topic/processing-js-in-max/#post-235052</link>
					<pubDate>Tue, 20 Nov 2012 04:37:28 +0000</pubDate>
					<dc:creator>Michael Sperone</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://js.processing.org/reference/articles/jsQuickStart#javascriptonlyprocessingcode" rel="nofollow">http://js.processing.org/reference/articles/jsQuickStart#javascriptonlyprocessingcode</a></p>
<p>This link might prove to be useful&#8230; also if you scroll up a bit there&#8217;s a heading called &#8220;Pre-compiling Processing code to JavaScript&#8221; which is what I&#8217;m trying to do now.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/processing-js-in-max/#post-235053</guid>
					<title><![CDATA[Re: processing.js in Max]]></title>
					<link>http://cycling74.com/forums/topic/processing-js-in-max/#post-235053</link>
					<pubDate>Wed, 05 Dec 2012 18:17:27 +0000</pubDate>
					<dc:creator>Michael Sperone</dc:creator>

					<description>
						<![CDATA[
						<p>Looks like I&#8217;m the only one interested in this ;)  hehe</p>
<p>BUT, I just figured out what the deal is with libpd&#8230;. and it&#8217;s not Max, but PD&#8230; and it&#8217;s not processing in PD, but PD in processing<br />
I know it&#8217;s a little off topic, but I thought it may be useful to know about</p>
<p>This website was most useful to getting it to all work:</p>
<p><a href="http://robertesler.com/libpd-with-processing/" rel="nofollow">http://robertesler.com/libpd-with-processing/</a></p>
<p>-Mike</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

