Swogl

Downloads



Swogl is distributed under the terms of the MIT/X11 License. It uses the Vecmath library which is published under the GPLv2 with classpath exception.


Swogl 0.4.0



Swogl-0.4.0.zip The archive contains the following JAR files:
  • swogl-0.4.0.jar: The main JAR file for Swogl
  • swogl-lwjgl-0.4.0.jar / swogl-shader-lwjgl-0.4.0.jar The JAR file that has to be added to the classpath when Swogl should use LWJGL from http://www.lwjgl.org/ as the rendering backend.
  • swogl-jogl-0.4.0.jar / swogl-shader-jogl-0.4.0.jar The JAR file that has to be added to the classpath when Swogl should use JOGL from http://jogamp.org/ as the rendering backend.
  • vecmath.jar: The Vecmath JAR file.
The archive also contains a JAR file named swogl-demos-0.4.0.jar. This file contains demos and preview features that are not an official part of the Swogl API. The classes in this JAR file should only show how Swogl may be used to build larger applications, but may change or be omitted in future releases. Also see the Documentation for further information.

The source code and documentation is also contained in the respective Swogl JAR files. files. Alternatively, you may browse the Swogl API documentation here.









Previous versions:



Swogl 0.3.1



Swogl-0.3.1.zip The archive contains the following JAR files:
  • swogl.jar: The main JAR file for Swogl
  • swogl-lwjgl.jar: The JAR file that has to be added to the classpath when Swogl should use LWJGL from http://www.lwjgl.org/ as the rendering backend.
  • swogl-jogl.jar: The JAR file that has to be added to the classpath when Swogl should use JOGL from http://jogamp.org/ as the rendering backend.
  • vecmath.jar: The Vecmath JAR file.

The source code and documentation is also contained in the respective Swogl JAR files. files. Alternatively, you may browse the Swogl API documentation here.


The archive also contains a JAR file named swogl-demos.jar. This file contains demos and preview features that are not an official part of the Swogl API. The classes in this JAR file should only show how Swogl may be used to build larger applications, but may change or be omitted in future releases. Also see the Documentation for further information.

Swogl 0.3.0



Swogl-0.3.0.zip Version 0.3.0 of Swogl



Swogl 0.2.0



Swogl-0.2.0.zip The archive contains the JAR files for Swogl and the Vecmath JAR file.

Swogl consists of a main JAR file, which exposes the API of Swogl that is independent of the underlying renderer. Additionally, the archive contains JAR files that allow Swogl to run with JOGL from http://jogamp.org/, or with LWJGL from http://www.lwjgl.org/ just by adding the respective JAR to the classpath.

The source code and documentation is also contained in the respective Swogl JAR files. files. Alternatively, you may browse the Swogl API documentation here.