We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionGeneral Discussion,  Status › Processing 0111 is really just release 5
Page Index Toggle Pages: 1
Processing 0111 is really just release 5 (Read 1306 times)
Processing 0111 is really just release 5
Mar 28th, 2006, 11:14pm
 
now on the download page and ready to go:


ABOUT REV 0111 - 28 March 2006

Bug fix release for more of this OpenGL stuff. Also includes a
Universal Binary version of the Serial library so that the Intel
Macs can now handle serial.

[ more bug fixes ]

+ Fixed issues security issues with endian check in PGraphicsGL.
 This should pave the way for OpenGL applets with the new
 PGraphicsGL, though it's not yet possible to do them automatically.
 http://dev.processing.org/bugs/show_bug.cgi?id=309

+ Fix to prevent lights in OpenGL mode from throwing a
 BufferOverflowException.

+ Switched to an older version of the JOGL libraries so that we can
 use the versions signed by Sun, further enabling OpenGL in applets.

+ Couple of minor fixes to the color picker
 http://dev.processing.org/bugs/show_bug.cgi?id=308

+ More additions to the FAQ about the state of the various platforms

+ The example using spotLight still puts up an INVALID_VALUE error,
 but this seems to be a problem in the code, not PGraphicsGL.
 Something in the newer JOGL just seems to be more finicky about the
 values it's being fed.
Re: Processing 0111 is really just release 5
Reply #1 - Mar 29th, 2006, 12:42am
 
For anyone who wants to know, I've documented the steps needed ot create a working OpenGL applet on Processing Hacks.

http://www.processinghacks.com/hacks/opengl_applet

Also, mmany thanks to both fry and REAS for putting the work in to give us the tools to create funkiness.
Re: Processing 0111 is really just release 5
Reply #2 - Mar 29th, 2006, 2:17am
 
Thanks JohnG, this is exactly the kind of thing we intended Processing Hacks to cover.  I hope to get some time this weekend for a few extra Processing hacks of my own, although my laptop just stopped booting in Windows (bless this Ubuntu Live CD for allowing me to Get Things Done!) so there might be a delay whilst I migrate OS Sad

I'll also second the thanks to Fry and Reas for the increased frequency of funkiness-enabling Processing releases.  Keep 'em coming!
Page Index Toggle Pages: 1