-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: make mesh more amenable to other Julia datatypes? #7
Comments
Hi, I'm a bit puzzled on this one. The goal of this package was to be as light weight and universal as possible. This is why e.g. The representation using vertices, triangles and normals is quite universal, uses standard This package was written for https://github.com/JuliaPlots/UnicodePlots.jl, specifically for Why not write a conversion method which maps vertices and triangles to |
That seems like a good way forward to me. I can start digging through to try and put something together. |
We can eventually support MarchingCubes.jl/src/example.jl Line 55 in d2ed53a
|
One of the reasons I want to use this module is to be able to put together a pure-Julia data pipeline for micro-CT data. To that end, it would be helpful if I could take the mesh generated by this project, and pull it over to Makie.jl or some other Julia plotting software.
It seems to me like it shouldn't be too difficult to modify the code base to use Triangles from GeometryBasics.jl , then make the mesh compatible with Meshes.jl and therefore MeshViz .
I can help with this, I think (although maybe not very fast).
The text was updated successfully, but these errors were encountered: