Integrate lwjgl into a webpage

Started by angussiu, June 26, 2003, 12:36:21

Previous topic - Next topic

angussiu

Is there any method to integrate lwjgl into a webpage? Is there any sample code on it?
BTW, is there anyone use "pBuffer" and "render to texture" of opengl extension with lwjgl? Is there any sample code?
Thanks a lot.

Matzon

Quote from: "angussiu"Is there any method to integrate lwjgl into a webpage?
There is Java Webstart, but no applet support though. check (unofficial) java-game-lib.sf.net/jnlp

Quote from: "angussiu"Is there any sample code on it?
check the source distribution (org.lwjgl.test.*)

Quote from: "angussiu"BTW, is there anyone use "pBuffer" and "render to texture" of opengl extension with lwjgl?
Is there any sample code?
yes, in the examples code again

elias

Tecnically, the Pbuffer is only in CVS to be in the upcoming 0.7 release. And render-to-texture is not implemented because it only works on win32 (for now).

- elias