Digital-Monk
Digital-Monk
Has Linux been deprecated for the time being? I can't find a 'releases' directory or anything else with a Linux tarball. I was really excited to see the 0.11.0 release...
First, thank you for running the build. I know it's non-trivial and not particularly your thing, and I fully understand if you don't want to look into any issues there....
Heh. I am running on an old Xeon, so some of those "advanced" architectures might not work for me. Internet is flaking in and out for me here, but I...
WOOT! Working on my end! (Had a brief glitch with my update scripts...) Extremely minor point, but the .tar.gz doesn't include the opentesarena-0.11.0-Linux64 path and unpacks directly wherever you are....
I can do the SSE4.1 and AVX. No idea how common or uncommon those are on older hardware, but my Xeon is hardly new... Not sure what else -march=native may...
For anyone feeling adventurous, I strongly recommend setting up the build chain and building it for your local hardware. For me, on Linux Mint (Ubuntu derivative), that meant: ``` sudo...
I'll drop this here as a wish list ;) - Commodore PET (at least 4032, maybe 8032 -- not sure how headachey it would be to handle all the variants)...
As a hopeless pragmatist, I personally wouldn't mind if the order of application changed the final result. I'm just trying to get fillets on my 3D printed parts for mechanical...
Ah, thank you! I knew there was a way to "accumulate" over lists, but I forgot the term was `reduce`. Definitely cleaned up my code...
So it was still OK at `balloon` (offset of union of exacts is still exact), but then I subtracted that out of a bounding cube with `difference`, resulting in a...