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.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › Newbie; Problems with JOGL and OSX
Page Index Toggle Pages: 1
Newbie; Problems with JOGL and OSX (Read 1118 times)
Newbie; Problems with JOGL and OSX
Sep 2nd, 2005, 10:15pm
 
Hi all!

I was trying to get started with jogl and processing but i don't really know how to install it.
As far as I concern, i have to copy the jogl.jar and *.jnilib in ~/library/java/extensions..... is that correct? Tongue

The other problem is i never found the *.jnilib file in the jogl site... That's driving me crazy. Can someoene help?

Thanks.
Re: Newbie; Problems with JOGL and OSX
Reply #1 - Sep 3rd, 2005, 12:56pm
 
yikes, no.. you're making it much too difficult on yourself.

1. try opening one of the examples that uses P3D.
2. change size(300, 300, P3D) (or whatever the size is) to size(300, 300, OPENGL);
3. choose "Import Library -> opengl" under the sketch menu.

hit the run button, and you're running in opengl. no need to install anything, it's all included with processing, and it grabs the library when you use the import library command.
Re: Newbie; Problems with JOGL and OSX
Reply #2 - Sep 3rd, 2005, 11:12pm
 
I did that and it showed no difference between P3D and OPENGL, that's why i suposed i had to install jogl (PowerBook G4).

Still haven't solved it and the jnilib file is still a mistery...

By the way, your work is awesome, and still you have time to reply the posts. From where do you get the time? Smiley

Thanx
Re: Newbie; Problems with JOGL and OSX
Reply #3 - Sep 4th, 2005, 12:28am
 
It's supposed to look the same.  try running at higher res.
Page Index Toggle Pages: 1