Re: SoundJLayer
Posted by
gouessej on
Oct 10, 2023; 7:22pm
URL: https://forum.jogamp.org/SoundJLayer-tp4043032p4043037.html
I didn't suggest you to use Github, you can use Git on Sourceforge or elsewhere.
What do you mean by "Not only sound does not work"? Do you succeed in compiling your project? I remind you that Java3D 1.6 and Java3D >= 1.7 use two distinct package namespaces as we're not allowed to name our packages "javax". Can you indicate exactly which version of Java3D you use, your version of Java and your operating system? If you use Java >= 9, do you use the necessary "--add-exports" and "--add-opens" clauses? Have you ever read my tutorial?
I don't want to be harsh with you. If you really want to allow people to use your project, it will be better to use a versioning system to ease the understanding of its evolution. If you make it easy to build by using a popular build tool or build system, it will cause less friction and less useless surprise. Ideally, a Java programmer should be able to get your source code and build your project within a few minutes. The more time (s)he has to spend in understanding how to build it, the more chance you have (s)he will just give up.