Getting Java3D up on Apple M1-2 docs etc desired
Posted by peterk on Aug 01, 2023; 4:00pm
URL: https://forum.jogamp.org/Getting-Java3D-up-on-Apple-M1-2-docs-etc-desired-tp4042799.html
I have used Jogl and gluegen before, but several years ago to bind native IO devices into a java UI system.
We are currently using the Azui Zulu VM and want to stay open.
I remember from before on windows I had to build gluegen to generate C++ code for jogl and generate bindings to Java for a C++ side library. I would be using CLang or Xcode for the native side.
So though I am not a complete Newbee do want to avoid wading through to much uniformed stuff and if getting Java3D into java and an associated jar file for a java application project to run with. If that can be done, am looking for a good concise doc on how to do it :)
The project I am using this for is intended to be fully open source.
If I am better off on another topic let me know :)
Thanks