Closed dhoegh closed 9 years ago
Should I resubmit this at MeshIO.jl
, as it seams to be the future of MeshIO in julia?
cc @SimonDanisch, @KristofferC, @sjkelly
That would be great! Sorry if things are a little messy right now, but we're trying to prototype some nice mesh architecture without much time at hand! I hope the others agree, that IO shouldn't be part of Meshes. IO will become very big, if support for more and more file types will be added.
Thanks for doing this! I think this should be in both packages for now until MeshIO is published.
Agreed! Tests will follow ;)
2015-05-23 15:28 GMT+02:00 Steve Kelly notifications@github.com:
Thanks for doing this! I think this should be in both packages for now until MeshIO is published.
— Reply to this email directly or view it on GitHub https://github.com/JuliaGeometry/Meshes.jl/pull/41#issuecomment-104895596 .
The 0.4 failure is also related to tuples and in a different part of the code.
Hi I have used the package for some decent work and I thought I would contribute with an
exportBinaryStl
function. Please correct me if you find anything, I do not usually deal with binary data so I made this as a challenge for my self.