aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-06-11 01:35:04 +0200
committerSven Gothel <[email protected]>2023-06-11 01:35:04 +0200
commit6fa48e0595d6b607195eee53c0b985a8cddfa7bb (patch)
tree23c59b258d69fb4acb68619bf549487695889c9b
parente55c1b02081d98ddb99f720c9d64ed799a809abb (diff)
README.md: Shorten gl4java section
-rw-r--r--README.md19
1 files changed, 6 insertions, 13 deletions
diff --git a/README.md b/README.md
index 83f400d91..40e084f71 100644
--- a/README.md
+++ b/README.md
@@ -62,22 +62,15 @@ Bottom line, too much work has been performed to be listed here.
However, let's have a few sentimental points listed and we may add a few more as we go.
### *OpenGL™ for Java™ (GL4Java)*
-[*OpenGL™ for Java™ (GL4Java)*](https://jogamp.org/cgit/gl4java.git/about/)
-was developed [from March 1997](https://jausoft.com/gl4java/docs/overview/history.html)
-until [March 2003](https://jogamp.org/cgit/gl4java.git/log/).
-
-Its many concepts were reused in the subsequently launched [JOGL project](https://jogamp.org/jogl/www/),
-initially [lead by Sun Microsystems](#gluegen-joal-and-jogl-at-sun-microsystems) and later run by [myself and the JogAmp community](https://jogamp.org/),
-rendering *GL4Java* effectively *JOGL's* predecessor.
-A few of the concepts reused were:
+[*OpenGL™ for Java™ (GL4Java)*](https://jogamp.org/cgit/gl4java.git/about/) was developed by Sven Gothel [from March 1997](https://jausoft.com/gl4java/docs/overview/history.html)
+until [March 2003](https://jogamp.org/cgit/gl4java.git/log/).
+Its concepts were reused in the subsequently launched [JOGL project](https://jogamp.org/jogl/www/)
+initially [lead by Sun Microsystems](#gluegen-joal-and-jogl-at-sun-microsystems) and later by [the JogAmp community](https://jogamp.org/),
+rendering *GL4Java* effectively *JOGL's* predecessor. A few of the concepts reused were:
- C-Header Compiler to JNI glue code: C2J -> GlueGen
- AWT integration: GLCanvas, GLJPanel (swing)
- WinHandleAccess -> NativeWindow
-- GLDrawableFactory
-- GLDrawable
-- GLContext
-- GLEvenListener
-- etc
+- GLDrawableFactory, GLDrawable, GLContext, GLEvenListener
### GlueGen, JOAL and JOGL at Sun Microsystems
- 2003-06-06 [Initial JOGL code commit](https://jogamp.org/cgit/jogl.git/commit/?id=d49fd968963909f181423eae46c613189468fac3)