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 0112 jogl love
Page Index Toggle Pages: 1
Processing 0112 jogl love (Read 1278 times)
Processing 0112 jogl love
Apr 14th, 2006, 4:14am
 
in the process of uploading now...


ABOUT REV 0112 - 13 April 2006

Lots of OpenGL bug fixes, and some big OS X fixes too.

+ Changed macosx_setup script for the new version of RXTX on OS X,
 you'll need to re-run this script if you used a previous version
 of Processing. You may also need to remove the contents of
 /var/spool/uucp or at least its contents if they exist. Please
 report on whether this works and whether you needed to remove
 the older version of the folder, so the script can be updated.
 http://dev.processing.org/bugs/show_bug.cgi?id=315

+ PSound has been removed. Getting sound to work with Java is a total
 headache, and therefore something better left to a library. The
 Sonia and Ess libraries will both provide better audio support.

+ Fix nasty issue that caused images to take over one another with OpenGL.
 For instance, when using video input and text in a sketch, some letters
 of text would become images from the video camera.
 http://dev.processing.org/bugs/show_bug.cgi?id=322

+ Fixed issues that would cause saveFrame() to be ridiculously slow
 on OS X. Another nasty one that took me forever to reproduce.
 http://dev.processing.org/bugs/show_bug.cgi?id=189

+ Fix lighting issues with that were introduced in revision 0109.

+ Now checking maximum supported texture sizes for the video card
 when using OpenGL. It will now throw a RuntimeException to avoid
 a possible BSOD if you try to make an image that's too large.
 http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Contribution_3DOpenGL;action=display;num=1137130317
 http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Contribution_3DOpenGL;action=display;num=1144651735
Re: Processing 0112 jogl love
Reply #1 - Apr 14th, 2006, 7:32am
 
Serial worked for me - just had to run the script, restart and then worked fine.
Re: Processing 0112 jogl love
Reply #2 - Apr 14th, 2006, 7:43am
 
Sorry forgot - thats on an Intel Macbook too.
Re: Processing 0112 jogl love
Reply #3 - Apr 14th, 2006, 12:54pm
 
great to hear, thanks for letting me know.
Page Index Toggle Pages: 1