ConstructiveGeometry.jl
ConstructiveGeometry.jl copied to clipboard
Algorithms and syntax for building CSG objects within Julia.
This pull request changes the compat entry for the `Makie` package from `0.14, 0.17` to `0.14, 0.17, 0.18`. This keeps the compat entries for earlier versions. Note: I have not...
The `ConstructiveGeometry.stl` function generates the following warning when used: ` ┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr │ caller = _ at ConstructiveGeometry.jl:221 [inlined] └ @...
I was struggling with the error messages from `save("test.stl", r)` and found your `__init__loadsave` function that works like a charm. While this is somewhat of a dirty trick, It'd be...
CompatHelper seems to be disabled. You can enable it in the Actions. This should trigger the updates of packages such as Polyhedra and GLPK (by the way, you might consider...
I noticed that installing ConstructiveGeometry downgrades a whole bunch of packages. I did some research and one puzzle piece are the compat requirements of this package (Makie) but more important...
Hi @plut, I just discovered this neat little package and since you also asked for it in the readme, I'll be opening a few issues as I discover things! :)...
Hello, I'm new user of ConstrcutiveGeometry. WhanI run the sphre_cube example, there is the following error with save. What am I doing wrong. Thank you for your support Thierry julia>...
This is a feature requests. I would like to be able to make something like below:  Thank you!
Hi, I am developing a Julia wrapper to the Geant4 particle transport toolkit [Geant4.jl](https://github.com/JuliaHEP/Geant4.jl), which includes a CSG geometry module. For drawing boolean solids with Makie I would like to...
This pull request changes the compat entry for the `Makie` package from `0.14, 0.17` to `0.14, 0.17, 0.19`. This keeps the compat entries for earlier versions. Note: I have not...