Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
New JOGL to fix linux crashes
  • Loading branch information
markpet49 committed Jul 25, 2023
commit 8a8498b1afac7e4deee73454ae50f40910d74c2e
Binary file modified gluegen-rt-natives-linux-amd64.jar
Binary file not shown.
Binary file modified gluegen-rt-natives-macosx-universal.jar
Binary file not shown.
Binary file modified gluegen-rt-natives-windows-amd64.jar
Binary file not shown.
Binary file modified gluegen-rt.jar
Binary file not shown.
Binary file modified gluegen.jar
Binary file not shown.
Binary file modified jogl-all-natives-linux-amd64.jar
Binary file not shown.
Binary file modified jogl-all-natives-macosx-universal.jar
Binary file not shown.
Binary file modified jogl-all-natives-windows-amd64.jar
Binary file not shown.
Binary file modified jogl-all.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions lib-external/jogl-gluegen/build-gluegen.sh

This file was deleted.

6 changes: 0 additions & 6 deletions lib-external/jogl-gluegen/build-jogl.sh

This file was deleted.

7 changes: 0 additions & 7 deletions lib-external/jogl-gluegen/clean-gluegen.sh

This file was deleted.

7 changes: 0 additions & 7 deletions lib-external/jogl-gluegen/clean-jogl.sh

This file was deleted.

13 changes: 13 additions & 0 deletions lib-external/jogl-gluegen/get-jogl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
set -x

curl -O https://jogamp.org/deployment/v2.5.0-rc-20230523/jar/gluegen.jar
curl -O https://jogamp.org/deployment/v2.5.0-rc-20230523/jar/gluegen-rt.jar
curl -O https://jogamp.org/deployment/v2.5.0-rc-20230523/jar/gluegen-rt-natives-linux-amd64.jar
curl -O https://jogamp.org/deployment/v2.5.0-rc-20230523/jar/gluegen-rt-natives-macosx-universal.jar
curl -O https://jogamp.org/deployment/v2.5.0-rc-20230523/jar/gluegen-rt-natives-windows-amd64.jar
curl -O https://jogamp.org/deployment/v2.5.0-rc-20230523/jar/jogl-all.jar
curl -O https://jogamp.org/deployment/v2.5.0-rc-20230523/jar/jogl-all-natives-linux-amd64.jar
curl -O https://jogamp.org/deployment/v2.5.0-rc-20230523/jar/jogl-all-natives-macosx-universal.jar
curl -O https://jogamp.org/deployment/v2.5.0-rc-20230523/jar/jogl-all-natives-windows-amd64.jar


12 changes: 0 additions & 12 deletions lib-external/jogl-gluegen/get-source.sh

This file was deleted.

11 changes: 0 additions & 11 deletions lib-external/jogl-gluegen/linux-copy-jogl.sh

This file was deleted.

9 changes: 0 additions & 9 deletions lib-external/jogl-gluegen/osx-copy-jogl.sh

This file was deleted.

5 changes: 0 additions & 5 deletions lib-external/jogl-gluegen/win-build-gluegen.cmd

This file was deleted.

6 changes: 0 additions & 6 deletions lib-external/jogl-gluegen/win-build-jogl.cmd

This file was deleted.

5 changes: 0 additions & 5 deletions lib-external/jogl-gluegen/win-clean-gluegen.cmd

This file was deleted.

6 changes: 0 additions & 6 deletions lib-external/jogl-gluegen/win-clean-jogl.cmd

This file was deleted.

11 changes: 0 additions & 11 deletions lib-external/jogl-gluegen/win-copy-jogl.cmd

This file was deleted.