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 › HELP!! Exporting on the web an OPENGL application
Page Index Toggle Pages: 1
HELP!! Exporting on the web an OPENGL application (Read 764 times)
HELP!! Exporting on the web an OPENGL application
Mar 1st, 2006, 10:12pm
 
Hi to all,
I have some problems with an application tha uses the OPENGL
when I try to export it on a web page with the Expot button
on the Processing envirronment.

The application does not appear (in place of it there is a
white rectangle), while removing the OPENGL parameter from
the size() function the application appear (but it is not the same!)

Moreover my application uses the Ess audio library (I don't think this could be the cause of the problem).

What I have to do in order to make my processing application
usable in a web page?

Plese someone help me Smiley

Thanks in advance
Re: HELP!! Exporting on the web an OPENGL applicat
Reply #1 - Mar 1st, 2006, 11:25pm
 
Unfortunately you can't use OPENGL in an applet directly. There are ways around it, but they require more work than just hitting Export.

See: http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Contribution_3DOpenGL;action=display;num=1131916668
Re: HELP!! Exporting on the web an OPENGL applicat
Reply #2 - Mar 2nd, 2006, 2:54pm
 
Hello JohnG thanks a lot for reply me,
I knew the topic at the URL you told me, I tried
to do all the thing that are explained there but
the result of my effort is only a red x at the top
of the box in the web page where had to be my application.

Maybe a problem with the Ess audio library that I use in the application?

I would like to send you my source code and I ask you if you
can try to export it for me.

I really don't understand why my application does not go...I followed all the instructions.

So if you or someone else want to help me please send me a private message with the e-mail address and I will reply with the source code.

Best regards


Re: HELP!! Exporting on the web an OPENGL applicat
Reply #3 - Mar 2nd, 2006, 3:49pm
 
Check your private messages I've stuck my e-mail address in there.
Page Index Toggle Pages: 1