Re: A new binary build available soon
Posted by
gouessej on
Oct 23, 2022; 10:58pm
URL: https://forum.jogamp.org/A-new-binary-build-available-soon-tp4038575p4041890.html
I've just committed the source code of ardor3d-audio and ardor3d-audio-joal :) Please notice that the Ardor3D sound system does NOT rely on Java Sound. You can compile it without depending on the module named "java.desktop", you can use a compact profile and it relies on Ardor3D Math which helps to avoid creating temporary Vector3D objects to use the spatial sound, you can pass directly Vector3 instances, it's much more straightforward and less error prone. Those subprojects can only be built with Gradle as I'm really going to drop Maven soon.
Java 17 is required to build Ardor3D.