Michael Hoffer
Michael Hoffer
SonoAir uses airsonos for the audio stream, i.e., airplay while the code for controlling the sonos speakers (volume and LED) is implemented in Java. miho/SonoAir#24
@philippe44 congrats! Works fine for me. I also like the amount of work you put into the CLI. I am thinking about adding AirConnect support to SonoAir as an alternative...
Thanks for spotting this. There are probably a couple of other problematic locations.
Can you try with an increased stack? Some samples don't work with default stacksize of the JVM (might also depend on the JVM vendor and version you are using).
Hi there, in general I like the idea. For a stable solution there are several things to consider though: - what about feature preservation? most users of this library love...
For producing nicer meshes there's also an extension library. It's not well suited for real-time purposes but it is very good at producing high-quality meshes: https://github.com/miho/JCSG-MeshExtensions
Thanks for sharing this script! I will test it with...
Oh, I just noticed you do a very dangerous floating point comparison which is likely to fail in non trivial cases (see [L64](https://gist.github.com/Octogonapus/221961cef019143deaf025f6611497a0#file-vertex_quantization-groovy-L64)). Always work with a tolerance (TOL, DELTA,...
In principle, yes. This is indeed possible. But it involves some work since most parts of JCSG don't make special assumptions about whether a vertex and/or polygon should be created....
@madhephaestus We are currently working on a resolution independent CSG API which is able to work on BREP as an alternative to tessellated geometries. The Java API is not done...