LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: angussiu on June 26, 2003, 12:36:21

Title: Integrate lwjgl into a webpage
Post by: angussiu on June 26, 2003, 12:36:21
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.
Title: Re: Integrate lwjgl into a webpage
Post by: Matzon on June 26, 2003, 14:28:55
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
Title: Integrate lwjgl into a webpage
Post by: elias on June 26, 2003, 14:55:38
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