I did an interaction piece for a Kiosk with Processing and we are experiencing hanging problems near the end of the day after the compiled program runs for over 10 hours. I tried running it with the IDE instead and there are no issues at all.
Is there a difference in memory handling between running the compiled program and running from the IDE? Another question I have is if it is possible to run the sketch using command line? I was thinking of writing a batch command so that the program can startup automatically when the OS is loaded to solve the issue.
Have been playing with the Hemesh library for a while, wonderful job wblut!
Reading the javadocs and I see HE.BooleanMode but I cannot find the methods to boolean two meshes.
Is there such a function
available or do I have to do it manually? My guess is using the slice/multislice function before fusing the edges but it is quite a challenge.
Basically, I am trying to union cylinders protruding out of a geodesic dual sphere before subdividing the union, but is stuck at the union/boolean part.