GeometryPrimitives.jl icon indicating copy to clipboard operation
GeometryPrimitives.jl copied to clipboard

Examples

Open smartalecH opened this issue 3 years ago • 2 comments

@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!

smartalecH avatar Jan 10 '22 16:01 smartalecH

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.

wsshin avatar Jan 10 '22 18:01 wsshin

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).

smartalecH avatar Jan 10 '22 21:01 smartalecH