Login  Register

Re: JOGL for Mac ARM Silicon

Posted by Martin on Dec 08, 2021; 4:40pm
URL: https://forum.jogamp.org/JOGL-for-Mac-ARM-Silicon-tp4040887p4041527.html

Thank you for the feedback Yaqiang!

Since you use JDK 17 from Oracle (looking at your screenshot), I think that you are not relying on the native lib compiled for Apple M1, but rather the native lib for Intel that are supported through Rosetta. This means that the previous release made available by Sven in January 2021 would work as well. Oracle JDK 17 is only provided for x64, and Azul JDK 17 was not provided for ARM at the time I built rc4. This is why my test matrix refers to Oracle JDK only for version 17 for now.

Side note - your work on MeteoInfoLab looks similar to PyZY3D. This project a Python bridge to Jzy3D (which uses JOGL). The project allows using Jzy3D through Jython and Py4j as well. Do not hesitate to PM me or discuss through PyZY3D / Jzy3D issue lists if this sounds interesting to you.