Posted
almost 17 years
ago
by
Brian Matzon
NOTE: The old LWJGLInstaller has been deprecated. The documentation has been moved here.
With the new AppletLoader class it's a breeze to run an LWJGL applet in a browser. Simply create a new class that inherits from an Applet and add an AWTGLCanvas to its layout. Package this around the AppletLoader and you're all set.
|
Posted
almost 17 years
ago
by
Brian Matzon
Support for Applets was introduced in LWJGL 1.0 Beta 2. It was implemented by adding a new class org.lwjgl.util.applet.LWJGLInstaller which temporarily installs the binaries needed by LWJGL in the users temp dir, and instructs the LWJGL core to load
|
Posted
almost 17 years
ago
by
Brian Matzon
Support for Applets was introduced in LWJGL 1.0 Beta 2. It was implemented by adding a new class org.lwjgl.util.applet.LWJGLInstaller which temporarily installs the binaries needed by LWJGL in the users temp dir, and instructs the LWJGL core to load
|
Posted
almost 17 years
ago
This page is a collection questions that occur from time to time. If you have a specific problem, please post a question to the forum.
General
Can I use LWJGL in commercial projects?
LWJGL is distributed under a BSD license which allows you to do
|
Posted
almost 17 years
ago
This page is a collection questions that occur from time to time. If you have a specific problem, please post a question to the forum.
General
Can I use LWJGL in commercial projects?
LWJGL is distributed under a BSD license which allows you to do
|
Posted
about 17 years
ago
by
Brian Matzon
The following tutorial assumes you have installed at least Windows 2000/XP. Compilation of LWJGL has not been confirmed on Windows 98/Me versions.
Installing Java and Java Build Environment
If you have already installed Java, please skip this part.
|
Posted
about 17 years
ago
by
Brian Matzon
The following tutorial assumes you have installed at least Windows 2000/XP. Compilation of LWJGL has not been confirmed on Windows 98/Me versions.
Installing Java and Java Build Environment
If you have already installed Java, please skip this part.
|
Posted
about 17 years
ago
by
Brian Matzon
Compiling LWJGL
Before you can compile lwjgl, please check it out from SVN by issuing the following command: svn co lwjgl
Then enter the lwjgl directory and issue the following commands:
|
Posted
about 17 years
ago
by
Brian Matzon
Compiling LWJGL
Before you can compile lwjgl, please check it out from SVN by issuing the following command: svn co lwjgl
Then enter the lwjgl directory and issue the following commands:
|
Posted
about 17 years
ago
by
Brian Matzon
The following tutorial assumes you have installed at least Windows 2000/XP. Compilation of LWJGL has not been confirmed on Windows 98/Me versions.
Installing Java and Java Build Environment
If you have already installed Java, please skip this part.
|