
-----------------------------------
Reality Check
Thu Jun 12, 2008 5:31 pm

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)".

-----------------------------------
Tony
Thu Jun 12, 2008 5:53 pm

RE:Processing - pretty great open source IDE
-----------------------------------
There's also a [url=http://ejohn.org/blog/processingjs/]JavaScript interpreter for Processing. Meaning you can run your applications directly in the browser, without compiling to, uploading, a Java applet.

-----------------------------------
Epic Tissue
Thu Jun 12, 2008 7:57 pm

RE:Processing - pretty great open source IDE
-----------------------------------
Yeah, it's pretty cool

-----------------------------------
jeffgreco13
Fri Jun 13, 2008 8:01 am

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.

-----------------------------------
Tony
Fri Jun 13, 2008 8:49 am

RE:Processing - pretty great open source IDE
-----------------------------------
@jeffgreco13 -- Not only have I been to every website, but I've also [url=http://compsci.ca/blog/rapid-animation-prototyping-with-processing/]blogged about it :wink:

-----------------------------------
Reality Check
Sat Jun 14, 2008 8:26 am

Re: Processing - pretty great open source IDE
-----------------------------------
Tony is the man
