-
Notifications
You must be signed in to change notification settings - Fork 33
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
Integration with Meshes.jl #1
Comments
Hey, I'd be glad to help adding support for VTK to MeshIO. |
I did not see this conversation before I put my W.I.P PR version of the VTK exporter for MeshIO. I am fine if mine gets replaced if you decide to make one. |
No worries! To be honest, I don't have a lot of time right now to contribute to MeshIO. Your WIP looks good to me, and I'll probably add some stuff to it later if I feel that something is missing. For example, I can help with adding support for files with raw binary data (not base64-encoded), which needs to be appended at the end of the XML file. |
Okay. Btw, I saw your hack for putting raw binary into the file. Nice :). It is quite annoying that you can't just write_binary or something but then again XML is not really supposed to hold binary data in the first place. |
Hehe yeah, I was kind of forced to do that :) |
Hi,
would you be interested to port this to MeshIO?
MeshIO hopefully will become a standardized library for, well, Mesh IO.
Advantages will be, that everyone uses the same types, making it a lot easier to visualize the meshes.
In GLVisualize I'm already able to visualize most of the mesh formats that live in MeshIO.
Integrating this basically means implementing the interface from FileIO and using the mesh types from MeshIO (or adding new ones if needed).
See issue JuliaIO/MeshIO.jl#1 for a discussion about the VTK format.
You might also be interested in JuliaGeometry/meta#3
Best,
Simon
The text was updated successfully, but these errors were encountered: