-
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
More formats #11
Comments
For reference, here's the list of the 40+ formats supported by assimp. Going out on a limb, perhaps adding assimp as an optional dependency could be a nice way to immediately expand the list of supported formats? It would also work as a handy checklist of importers to be implemented natively :) |
We could just have Assimp.jl and integrate it with FileIO ;) that should work relatively seamlessly, without making everyone wanting to load meshes take on a binary dependency! |
consider adding reading of binary ply? binary is much faster than ascii |
Good idea. Do you know of reference files? I can't seem to find any. |
Was 3dxml ever considered ? |
Regarding other formats, there is also the https://github.com/vavrines/FiniteMesh.jl package which is seemingly a wrapper for a python package |
These would be nice to have for at least import. I think that supporting these will help establish the bounds on what considerations we will have to take for an improved
Mesh
type.Originally: JuliaGeometry/Meshes.jl#24
The text was updated successfully, but these errors were encountered: