From 71b55a070e73ae15c01b0ddc7a3249d9e5bed298 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 15 Mar 2001 00:11:05 +0000 Subject: some little bug fixes post v. 2.6.0 --- docs/overview/Overview.sda | Bin 0 -> 28672 bytes docs/overview/architecture.html | 49 +++++++++++++ docs/overview/benefits.html | 149 ++++++++++++++++++++++++++++++++++++++++ docs/overview/competitors.html | 53 ++++++++++++++ docs/overview/future.html | 82 ++++++++++++++++++++++ docs/overview/gleeson_head.png | Bin 0 -> 37331 bytes docs/overview/history.html | 86 +++++++++++++++++++++++ docs/overview/index.html | 74 ++++++++++++++++++++ docs/overview/motivation.html | 136 ++++++++++++++++++++++++++++++++++++ docs/overview/purpose.html | 103 +++++++++++++++++++++++++++ 10 files changed, 732 insertions(+) create mode 100644 docs/overview/Overview.sda create mode 100644 docs/overview/architecture.html create mode 100644 docs/overview/benefits.html create mode 100644 docs/overview/competitors.html create mode 100644 docs/overview/future.html create mode 100644 docs/overview/gleeson_head.png create mode 100644 docs/overview/history.html create mode 100644 docs/overview/index.html create mode 100644 docs/overview/motivation.html create mode 100644 docs/overview/purpose.html (limited to 'docs/overview') diff --git a/docs/overview/Overview.sda b/docs/overview/Overview.sda new file mode 100644 index 0000000..1cc7e85 Binary files /dev/null and b/docs/overview/Overview.sda differ diff --git a/docs/overview/architecture.html b/docs/overview/architecture.html new file mode 100644 index 0000000..91b85bf --- /dev/null +++ b/docs/overview/architecture.html @@ -0,0 +1,49 @@ + + + + + + + + +
+

+OpenGLTM +for JavaTM +/ Overview / Architecture

+ +
+

+The Integration

+ + + +
+ + + + + diff --git a/docs/overview/benefits.html b/docs/overview/benefits.html new file mode 100644 index 0000000..b756147 --- /dev/null +++ b/docs/overview/benefits.html @@ -0,0 +1,149 @@ + + + + + + + + +
+

+OpenGLTM +for JavaTM +/ Overview / Benefits

+ +
+

+The Features Of GL4Java

+ + + + +              +The Installer-Applet can be used for a local installation also. + + +
+ + + diff --git a/docs/overview/competitors.html b/docs/overview/competitors.html new file mode 100644 index 0000000..9999513 --- /dev/null +++ b/docs/overview/competitors.html @@ -0,0 +1,53 @@ + + + + + + + + +
+

+OpenGLTM +for JavaTM +/ Overview / Competitors

+ +
+

+The Other OpenGL and 3D API's For Java ?

+ +
(There is no competition :o) +

GL4Java itself is 1st released in 04/1997, its 1st prerequisites +is 1st released in 01/1996 !

+ + + +
+ + + diff --git a/docs/overview/future.html b/docs/overview/future.html new file mode 100644 index 0000000..e030e95 --- /dev/null +++ b/docs/overview/future.html @@ -0,0 +1,82 @@ + + + + + + + + +
+

+OpenGLTM +for JavaTM +/ Overview / Future

+ +
+

+Plans, Projects, Help, Participation

+ +


We - the GL4Java developer/users - are looking for further support +& sponsoring: +

+ +


In the future, the following is planed - or should be added on: +

+ + + + + + + + + +
+ + + + + diff --git a/docs/overview/gleeson_head.png b/docs/overview/gleeson_head.png new file mode 100644 index 0000000..8eb5ba6 Binary files /dev/null and b/docs/overview/gleeson_head.png differ diff --git a/docs/overview/history.html b/docs/overview/history.html new file mode 100644 index 0000000..36bb6ac --- /dev/null +++ b/docs/overview/history.html @@ -0,0 +1,86 @@ + + + + + + + + +
+

+OpenGLTM +for JavaTM +/ Overview / Historie

+ +
+

+The Pre-GL4Java OpenGL Language Mappings

+ +
+


01/1996

+ +

The OpenGL interface for Java work was started by Leo Chan +[ftp://ftp.cgl.uwaterloo.ca/pub/software/meta/OpenGL4java.html]. +
He implemented the library for Java 1.0.2 with its pre JNI native mechanism. +
The native and the java glue for OpenGL was written by hand and so, +it wasn't complete. +
  +
  +
+

+

1997

+ +

Leo Chan's works was continued by Adam King[OpenGL4Java]. +
This version was able to be compiled with Java 1.1 and the +
OpenGL-Rendering is done in the callers Java-Frame. +
The native and java glue for OpenGL was still implemented by hand and +used the pre JNI mechanism. +
  +
  +
+

+

(about) 04/1997 - 12/1997

+ +

Tommy Reilly[Jogl] participated +to Adam King's work and the project's title changed to Jogl. Jogl's big +points lies in it's +
powerfull autoconfig and in it's improved X-Window System functions +- so mostly all Unices are supported. Another point is +
the Win32 support. Sources and a precompiled dll were distributed. +
Jogl uses the new Java 1.1 JNI mechnism, the native and java glue for +OpenGL was still implemented by hand. +
Like the prerequisite versions, Jogl's API differs from the "C" OpenGL +naming convention. +
  +
  +
+

+

03/1997 - Today

+ +

GL4Java is based upon +Leo Chan's work and is developed parallel to Jogl. +
It uses - as Jogl does - the JDK 1.1. JNI mechanism. +
After getting in touch with Tommy Reilly, Jogl and GL4Java shared a +few ressources. +
The further development of Jogl  stops, so GL4Java is the only +active remaining successor of the first original approach. +
GL4Java extends / differs from all the above implementations: +

+ +
+ + + diff --git a/docs/overview/index.html b/docs/overview/index.html new file mode 100644 index 0000000..c7b9640 --- /dev/null +++ b/docs/overview/index.html @@ -0,0 +1,74 @@ + + + + + + + + + + +  +
+

+ +OpenGLTM +for JavaTM + / Overview

+ +
OpenGL Language Mapping For Java
+ +


+

+ +
+
  +

Trademarks +

GL4Java is licensed +under the ´GNU Library General Public License (LGPL)´ ! +
  +
  +
  +

+ + + + + + diff --git a/docs/overview/motivation.html b/docs/overview/motivation.html new file mode 100644 index 0000000..4c2c130 --- /dev/null +++ b/docs/overview/motivation.html @@ -0,0 +1,136 @@ + + + + + + + + +
+

+OpenGLTM +for JavaTM +/ Overview / Motivation

+ +
+

+3D in Java Applications/Applets/WebSites

+ + + + + + + + + + + +
+ + + diff --git a/docs/overview/purpose.html b/docs/overview/purpose.html new file mode 100644 index 0000000..b507ec1 --- /dev/null +++ b/docs/overview/purpose.html @@ -0,0 +1,103 @@ + + + + + + + + +
+

+OpenGLTM +for JavaTM +/ Overview / Purpose

+ +
+

+Accessing Native OpenGL From The Java Side

+ + + + + +
+ + + -- cgit v1.2.3