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

More formats #11

Open
3 tasks
sjkelly opened this issue Nov 9, 2015 · 6 comments
Open
3 tasks

More formats #11

sjkelly opened this issue Nov 9, 2015 · 6 comments

Comments

@sjkelly
Copy link
Member

sjkelly commented Nov 9, 2015

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

@waldyrious
Copy link

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 :)

@SimonDanisch
Copy link
Member

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!

@xiuliren
Copy link

consider adding reading of binary ply? binary is much faster than ascii

@sjkelly
Copy link
Member Author

sjkelly commented May 16, 2019

Good idea. Do you know of reference files? I can't seem to find any.

@BambOoxX
Copy link

BambOoxX commented Nov 8, 2023

Was 3dxml ever considered ?

@BambOoxX
Copy link

BambOoxX commented Nov 8, 2023

Regarding other formats, there is also the https://github.com/vavrines/FiniteMesh.jl package which is seemingly a wrapper for a python package

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

5 participants