Loading...
Logo
Processing Forum
Gerd Platl did a great job of improving perfomance of toxiclibs mesh sketches, by using the GLGraphics library here, this is great for processing-1.5.1, but sadly unavailable to those without a decent graphics card, and does not work online. For processing-2.0 there is the ability to use the retained mode with PShape. I have just posted a sketch to OpenProcessing here, that illustrates how you can use the retained mode with toxiclibs (which sadly also doesn't work on line).  However anyone who can view these sketches will appreciate the fantastic performance improvement available using newer OPENGL features compared to the original processing so I think Andres has done a great job, and it is unrealisic to expect any OLD_P3D renderer to be always be compatible.

Replies(2)

It is strange to post on OpenProcessing a sketch not running on the browser...
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path

I suppose it is still a convenient platform to share code, if you have no online repository account.

Somehow, that raises another issue with Processing 2.0: 3D sketches will be harder to post inline. Lot of people still have issues for putting OpenGL sketches inline (signing and al.) and I don't know if OpenProcessing finally supports such sketches.

Anyway, thanks for sharing.
Yeah it is annoying it doesn't work online I thought jnlp was a fix for that, the strange thing is the first time I posted a retained shape sketch at open processing it did work on line. If I thought signing the applet would help I would do it.