Processing Implementations - Processing Discourse board_implementations.html Processing Implementations - Processing Discourse en-us Processing Discourse Thu, 22 Mar 2012 06:25:23 +0000 http://blogs.law.harvard.edu/tech/rss 30 RP5: embeded app does not draw properly num_1269471576.html Processing Discourse/Processing Implementations num_1269471576.html Thu, 17 Jun 2010 08:44:05 +0000 thx for your reply python syntax via jython num_1212422307.html Processing Discourse/Processing Implementations num_1212422307.html Thu, 17 Jun 2010 08:36:59 +0000 tuhrelorit, I am having exactly the same problem. How exactly did you solve it - I couldn't find the solution under the link you posted.<br /><br />best,<br />opcode Ruby Processing Context Free DSL (Example) num_1271596814.html Processing Discourse/Processing Implementations num_1271596814.html Thu, 17 Jun 2010 08:18:46 +0000 hey thats a really cool tree you've got there <img src="yabbfiles/Templates/Forum/processing_one/wink.gif" border="0" alt="Wink" title="Wink" />..I'm planning to use exactly that technic to generate backgrounds or maybe even animations for a game i'm currently working on. Keep up the good work  <img src="yabbfiles/Templates/Forum/processing_one/smiley.gif" border="0" alt="Smiley" title="Smiley" /> Processing Android -Android and Google APIs level6 num_1276293505.html Processing Discourse/Processing Implementations num_1276293505.html si_processing@yahoo.co.uk (sci) Thu, 17 Jun 2010 07:57:11 +0000 Exactly Eric, I thought this would possibly be the case (I noted the lack of API level 6 in my first post), thanks for explaining this further. For now I guess I'll try and follow Guss's set up an await some more info here (hopefully). I'm itching to get playing with Android and Processing, as I know are plenty of other processing users. Looking forward to seeing this functionality fully operational in a future official release!<br /><br />Thanks again both,<br /><br />S Moved: 'Scrolling textbox vertical' num_1275673235.html Processing Discourse/Processing Implementations num_1275673235.html Fri, 04 Jun 2010 14:41:21 +0000 <b>This Topic has been moved to </b><a href="num_1275673236.html#0"><i><b>Programs</b></i></a><b> by <i>PhiLho </i></b> Ipad Processing.js num_1272110432.html Processing Discourse/Processing Implementations num_1272110432.html Thu, 03 Jun 2010 07:48:09 +0000 You guys have to check out <br /><br /><a href="http://www.sketchpad.cc" target="_blank">www.sketchpad.cc</a><br /><br /><a href="http://ethasketch.com/" target="_blank">http://ethasketch.com/</a><br /><br />Processing is awesome!!! Double indexed ArrayList num_1275522493.html Processing Discourse/Processing Implementations num_1275522493.html Thu, 03 Jun 2010 06:56:13 +0000 Yes, I know it is possible. But I need two orders for one collection of points. For example i have a polyline, which consist segments &#124;AB&#124; &#124;BC&#124; and &#124;CD&#124;, so, as I wrote, I need to know which points are connected. The second point is, that when more then one point has the same coordinates, last clicked should be drawed on the top, previous clicked under it and so forth. The problem is, that I can't include Java libraries to use ArrayList.sort() method (after adding index field to point class). I think I have to write my own ArrayList.sort method &nbsp;<img src="yabbfiles/Templates/Forum/processing_one/undecided.gif" border="0" alt="Undecided" title="Undecided" />. iPad/iPhone and multi-touch processingjs num_1275452055.html Processing Discourse/Processing Implementations num_1275452055.html Tue, 01 Jun 2010 22:46:32 +0000 this is pretty cool. i just tested it on my iphone and it works great. <br />thx for sharing this! Processing and Microsoft visual studio num_1275441820.html Processing Discourse/Processing Implementations num_1275441820.html Tue, 01 Jun 2010 18:23:40 +0000 Hi all<br /><br />I have a project where my processing code needs to be run from &nbsp;within the Microsoft visual studio ide. &nbsp;The processing code also needs to communicate with some &nbsp;C++ code through simple io. &nbsp;I hope this makes sense. &nbsp;Anyway, if anyone has done this and could advise it would be appreciated.<br /><br />Thanks<br /><br />M ruby-processing and custom require num_1243339418.html Processing Discourse/Processing Implementations num_1243339418.html Sun, 30 May 2010 05:19:19 +0000 <b><a class="message" href="num_1243339418.html#1">jashkenas wrote</a> on May 26<sup>th</sup>, 2009, 6:11am:</b><br /><div class="quote" style="width: 90%">Note that this will only work with pure-ruby gems. Gems that depend on native C extensions can't be run directly by JRuby. The JRuby guys are working on FFI for gems to help make Ruby gems more compatible across different Ruby implementations. </div><br /><br />Do you know when this will change/where I can watch for updates Starting out with Processing.js num_1275056813.html Processing Discourse/Processing Implementations num_1275056813.html Fri, 28 May 2010 07:26:52 +0000 I've just found out about Processing.js, looks great so i downloaded it from the downloads page, but I'm not sure what to do next..?<br /><br />How do I test one of my sketches in Processing.js?<br /><br /><b>EDIT: </b>Hang on, it's under control, just found http://wiki.github.com/fjenett/processingjstool/getting-started. IPhone Processing num_1268258349.html Processing Discourse/Processing Implementations num_1268258349.html Wed, 12 May 2010 15:22:04 +0000 Sounds like it's a problem with where the classes are located in relationship to your project files processing.js images num_1272749033.html Processing Discourse/Processing Implementations num_1272749033.html Sat, 01 May 2010 14:23:53 +0000 I'm sorry, but I cannot for the life of me figure out how to load images with Processing.js. I see the examples, and they use &quot;PImage&quot; even though the reference says that &quot;PImage&quot; isn't supported, and even so, my images never load in my programs. G4P Standalone JRuby/Java Application num_1269951761.html Processing Discourse/Processing Implementations num_1269951761.html peter@lagers.org.uk (Quark) Wed, 21 Apr 2010 11:01:51 +0000 I forgot to mention...<br /><br />It you are creating the Program inside the Processing IDE and the event handlers don't appear to work remove the <b><span style="font-family: Courier New;">public</span></b> keyword from in front of the method header so <br /> <b>Code:</b><pre class="code">public void handleButtonEvents&#40;GButton button&#41; &#123; </pre><br />becomes<br /> <b>Code:</b><pre class="code">void handleButtonEvents&#40;GButton button&#41; &#123; </pre><br />I use Eclipse for most of my programming and in Eclipse methods require an access modifier whereas Processing doesn't.<br /> <img src="yabbfiles/Templates/Forum/processing_one/smiley.gif" border="0" alt="Smiley" title="Smiley" /> Moved: 'Translate Java back to PDE format for processing?' num_1271621576.html Processing Discourse/Processing Implementations num_1271621576.html Mon, 19 Apr 2010 01:14:13 +0000 <b>This Topic has been moved to </b><a href="num_1271621577.html#0"><i><b>General Discussion,  Status</b></i></a><b> by <i>PhiLho </i></b> Processing.js on the iPad num_1270662335.html Processing Discourse/Processing Implementations num_1270662335.html Wed, 07 Apr 2010 10:45:35 +0000 Breaking news from Jepstone:<br /><br />pjs4iPad lets you create Processing.js apps that can be run and edited directly in HTML5 browsers and will run offline. Currently tested with Mobile Safari (iPad, iPhone, Android 2.1, iPod touch, Chrome).<br /><br />Each app includes a simple code editor so you can edit the code. Offline support is included through the use of the offline application cache and local storage. <br /><br />More information here:<br />Screencast: <a href="http://blip.tv/file/3450863" target="_blank">http://blip.tv/file/3450863</a><br />Google Code: <a href="http://code.google.com/p/pjs4ipad/" target="_blank">http://code.google.com/p/pjs4ipad/</a> Transparent Background in Processing.js / Canvas num_1268530837.html Processing Discourse/Processing Implementations num_1268530837.html Mon, 22 Mar 2010 11:43:54 +0000 Yeah, I referenced the createGraphics() method's documentation because it has that interesting tidbit about the main drawing surface that I don't think is mentioned anywhere else. &nbsp;<img src="yabbfiles/Templates/Forum/processing_one/smiley.gif" border="0" alt="Smiley" title="Smiley" /><br /><br />-spxl Moved: 'Running a sketch from a java file' num_1268620589.html Processing Discourse/Processing Implementations num_1268620589.html Wed, 17 Mar 2010 07:13:10 +0000 <b>This Topic has been moved to </b><a href="num_1268620590.html#0"><i><b>Integration</b></i></a><b> by <i>PhiLho </i></b> What about Processing and Android ? num_1222508777.html Processing Discourse/Processing Implementations num_1222508777.html Mon, 15 Mar 2010 19:57:03 +0000 Android support is coming along nicely<br /><br /><a href="http://processing.org/download/revisions.txt" target="_blank">http://processing.org/download/revisions.txt</a><br /><br /> <b>Quote:</b><br /><div class="quote" style="width: 90%; overflow: auto;">[ android mode ] <br /><br />+ Exception handling is much improved.<br /><br />+ Get stdout and stderr from the emulator/device (println() now works).<br />  http://dev.processing.org/bugs/show_bug.cgi?id=1381<br /><br />+ Removed the ANDROID_SDK env variable requirement.<br />  http://dev.processing.org/bugs/show_bug.cgi?id=1471<br />  http://dev.processing.org/bugs/show_bug.cgi?id=1469<br /> </div> Help with vertical scroll bar num_1268648777.html Processing Discourse/Processing Implementations num_1268648777.html Mon, 15 Mar 2010 08:21:43 +0000 What example? someone could help me?problems load image num_1268311691.html Processing Discourse/Processing Implementations num_1268311691.html Fri, 12 Mar 2010 05:01:14 +0000 Thanks PhiLho, &nbsp;it was the problem, I am too absent-minded.<br />Thanks.<br /><br /> Moved: 'Please help me with posting Processing on blogspot' num_1253196258.html Processing Discourse/Processing Implementations num_1253196258.html Mon, 08 Mar 2010 05:13:13 +0000 <b>This Topic has been moved to </b><a href="num_1253196259.html#0"><i><b>Integration</b></i></a><b> by <i>PhiLho </i></b> Moved: 'Processing as screensaver in Mac OS X the hard way' num_1232761215.html Processing Discourse/Processing Implementations num_1232761215.html Mon, 08 Mar 2010 05:13:13 +0000 <b>This Topic has been moved to </b><a href="num_1232793616.html#0"><i><b>Integration</b></i></a><b> by <i>PhiLho </i></b> Moved: 'Processing Sketch run in cmd' num_1250639151.html Processing Discourse/Processing Implementations num_1250639151.html Mon, 08 Mar 2010 05:13:13 +0000 <b>This Topic has been moved to </b><a href="num_1250639152.html#0"><i><b>Integration</b></i></a><b> by <i>PhiLho </i></b> Moved: 'MaxLink' num_1258493887.html Processing Discourse/Processing Implementations num_1258493887.html Mon, 08 Mar 2010 05:11:33 +0000 <b>This Topic has been moved to </b><a href="num_1258493888.html#0"><i><b>Other Libraries</b></i></a><b> by <i>PhiLho </i></b>