Skip to content

Commit 2e215a4

Browse files
author
markpet49
committed
JOGL for OSX
1 parent b0c4eb0 commit 2e215a4

16 files changed

+3415
-14
lines changed
-1.37 KB
Binary file not shown.

gluegen-rt.jar

-11 Bytes
Binary file not shown.
-169 KB
Binary file not shown.

jogl-all.jar

-1.41 KB
Binary file not shown.

lib-external/jogl-gluegen/build-gluegen.sh

100644100755
File mode changed.

lib-external/jogl-gluegen/build-jogl.sh

100644100755
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
set -x
22

3+
cp patch/MacOSXJAWTWindow.java jogl/src/nativewindow/classes/jogamp/nativewindow/jawt/macosx
4+
cp patch/MacOSXCGLContext.java jogl/src/jogl/classes/jogamp/opengl/macosx/cgl
5+
cp patch/GLCanvas.java jogl/src/jogl/classes/com/jogamp/opengl/awt
6+
37
cd jogl/make
48
ant -Dtarget.sourcelevel=1.8 -Dtarget.targetlevel=1.8 -Dtarget.rt.jar=/home/mpeterson/d/jopengl/dummy.jar
59

10+
./jogl/src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java
11+

lib-external/jogl-gluegen/clean-gluegen.sh

100644100755
File mode changed.

lib-external/jogl-gluegen/clean-jogl.sh

100644100755
File mode changed.

lib-external/jogl-gluegen/get-source.sh

100644100755
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
set -x
2-
3-
git clone --recurse-submodules git://jogamp.org/srv/scm/gluegen.git gluegen
4-
git clone --recurse-submodules git://jogamp.org/srv/scm/jogl.git jogl
5-
1+
set -x
2+
3+
git clone --recurse-submodules git://jogamp.org/srv/scm/gluegen.git gluegen
4+
git clone --recurse-submodules git://jogamp.org/srv/scm/jogl.git jogl
5+
6+
cd gluegen
7+
git checkout java11
8+
cd ../jogl
9+
git checkout java11
10+
11+
File renamed without changes.

0 commit comments

Comments
 (0)