Hello Guest

Integrate lwjgl into a webpage

  • 2 Replies
  • 8085 Views
Integrate lwjgl into a webpage
« 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.

*

Offline Matzon

  • *****
  • 2242
Re: Integrate lwjgl into a webpage
« Reply #1 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

*

Offline elias

  • *****
  • 899
    • http://oddlabs.com
Integrate lwjgl into a webpage
« Reply #2 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