-
I have written [jogl port of twl]( https://github.com/maheshkurmi/jogl-twl) and it is working like charm.
Thanks for sharing your valuable work with us.
BTW I had to change keycodes and mouse button…
-
I'm getting this error when I try to initiate this section in the installation instructions:
`./install-maven.sh
JAVA_HOME=~/Downloads/zulu17.30.51-ca-fx-jdk17.0.1-macosx_aarch64 ./install-jogl.sh`
…
-
When installing clij3 along with the new imglib2 jar, it break bigdataview with the following error. Not related to clij3 it self but put it here as a warning until fix is done.
```java
Exception …
-
tried the simple java and the kotlin example, but got this error both times:
```
"C:\Program Files\Java\jdk1.8.0_40\bin\java" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition…
-
Since there are restrictions on creating an GL context on macOS, JOGL cannot be initialized - it fails on GLProfile creation in the ```GLProfile.initSingleton``` method.
I tried to figure out the e…
-
Just flagging that the good folks at JOGL got a 2.5 release out!
https://jogamp.org/wiki/index.php?title=SW_Tracking_Report_Objectives_for_the_release_2.5.0
-
Hangs debugging Terminal Recall project.
To reproduce:
git pull https://github.com/jtrfp/terminal-recall.git
cd terminal-recall
mvn clean install
cd path-to-glsl-devil
./glsldb
[Open Program...]
Prog…
-
When using the experimental OpenGL recording under Mageia Linux 3 (32 bits), the library gets correctly injected but SSR claims that no OpenGL window has been created. I use the following RPM:
http://…
ghost updated
10 years ago
-
Current build requires org.jogamp.gluegen:gluegen-rt-main:2.5.0-rc-20230523, which (apparently) isn't available from maven central. Adding the jogamp maven fixes it, (kinda).
```
maven {
url=…
-
I am opening this issue here, as I am unsure what project is maintained and where to get some help. My goal at the moment is to generate some pictures showing tilings of several zeolite nets, includin…