Computer Science Canada

Processing - pretty great open source IDE

Author:  Reality Check [ Thu Jun 12, 2008 5:31 pm ]
Post subject:  Processing - pretty great open source IDE

http://processing.org/download/index.html

It's pretty optimized actually and after I converted a lot of my previous projects to the processing IDE, I experienced MUCH smoother frame rate. Furthermore, some of the examples are pretty cool and show how importing the opengl can greatly improve the smoothness of your project. Some of the examples they provide (like 'fluid') is slow but under the method "size (100, 100)" just use the overloaded version of "size (100, 100, P2D)".

Author:  Tony [ Thu Jun 12, 2008 5:53 pm ]
Post subject:  RE:Processing - pretty great open source IDE

There's also a JavaScript interpreter for Processing. Meaning you can run your applications directly in the browser, without compiling to, uploading, a Java applet.

Author:  Epic Tissue [ Thu Jun 12, 2008 7:57 pm ]
Post subject:  RE:Processing - pretty great open source IDE

Yeah, it's pretty cool

Author:  jeffgreco13 [ Fri Jun 13, 2008 8:01 am ]
Post subject:  Re: Processing - pretty great open source IDE

Tony, I've come ro realize that you literally have a link for EVERY single post you have lol.

If I had to guess I'd say you've been to every website.

Author:  Tony [ Fri Jun 13, 2008 8:49 am ]
Post subject:  RE:Processing - pretty great open source IDE

@jeffgreco13 -- Not only have I been to every website, but I've also blogged about it Wink

Author:  Reality Check [ Sat Jun 14, 2008 8:26 am ]
Post subject:  Re: Processing - pretty great open source IDE

Tony is the man


: