Skip to content
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

Open
SimonDanisch opened this issue May 1, 2015 · 5 comments
Open

Integration with Meshes.jl #1

SimonDanisch opened this issue May 1, 2015 · 5 comments

Comments

@SimonDanisch
Copy link

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

@jipolanco
Copy link
Member

Hey, I'd be glad to help adding support for VTK to MeshIO.
I'm not sure if the use case of MeshIO is the same, but I can definitely help creating a VTK XML interface. Maybe MeshIO can be extended later to support attaching data to the meshes, for data visualisation purposes.

@KristofferC
Copy link
Contributor

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.

@jipolanco
Copy link
Member

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.

@KristofferC
Copy link
Contributor

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.

@jipolanco
Copy link
Member

Hehe yeah, I was kind of forced to do that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants