GeometryPrimitives.jl
GeometryPrimitives.jl copied to clipboard
Examples
@stevengj do you have any examples that use GeometryPrimitives (e.g. maybe a notebook from one of your classes)?
The tests are pretty comprehensive, but it would be nice to see the entire "pipeline" in action (i.e. different primitives that correspond to different materials and visualizing the net geometry).
Something with subpixel smoothing (i.e. using volfrac, surfpt_nearby , and, normal ) would be really cool too. It seems somewhat straightforward, but I figured I'd ask first so as to not reinvent the wheel. Thanks!
Thanks for your interest in GeometryPrimitives. As you might have noticed, I am the main developer of the package at the moment. We started developing this package for my Maxwell solver https://github.com/wsshin/MaxwellFDFD.jl. Over the course of the solver development, I have realized a few limitations of GeometryPrimitives. I have some ideas how to overcome them while greatly simplifying the code at the same time. Therefore, I would rather focus on developing a new geometry package than perfecting GeometryPrimitives with examples and documentation. So feel free to use this package, but please do not expect any significant updates.
Thanks for the quick reply, @wsshin!
Therefore, I would rather focus on developing a new geometry package
Have you already started developing a new package (or is this more of an early idea)? I ask because I'm interested in contributing, if possible (I have several use cases where an "enhanced" julia version of libctl would be great).