well,i wrote a java applet programm which uses gl4java library.
it runs at about 25 frames per second,but when i open a video(youtube video for example),it runs at over 40 fps.
if i close the video,it then runs at 25 fps again.
i want to know that if the video can accelerate the gl4java’s programm?
how could i accelerate the program without opening the videos?
thanks your reply
Hi
GL4Java was maintained by Sven Göthel but he gave it up several years ago, you won’t get any help on this library. He is now the main maintainer of JogAmp (JOGL, JOAL, JOCL). I highly encourage you to switch to JOGL as soon as possible and you won’t get such a strange behaviour:
http://jogamp.org/
This web page explains how to install JOGL in your favorite IDE:
http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE
This one explains how to use it in applets:
http://jogamp.org/wiki/index.php/Using_JOGL_in_a_Java_applet
Good luck.
thanks!i’ve used the lwjgl all the time.
i just want to know why the video can accelerate the programm,it’s very strange and confused me
anyone ever experienced this?
You should contact Sven as almost nobody uses GL4Java, you will probably get no feedback about this API.
He completely ignored your previous post. :
yeah,you’re right!gl4java is too old,just give it up
thank you very much for your reply,i’m so appreciated