huxingyi / meshlite

(Depreciated) meshlite is a library with focus on 3D mesh generating and processing in rust language.
MIT License
45 stars 5 forks source link

publish that on crates.io #10

Open alexmyczko opened 5 years ago

alexmyczko commented 5 years ago

can you put that on crates.io ?

huxingyi commented 5 years ago

Hi, thanks for your kind remind, what stops me putting on crates.io is that, it was only been used in Dust3D, and the APIs continue to change to satisfy the need of Dust3D. I guess current is a good time point to move to crates.io, because most of the APIs are stable now. Will do it in recent. Thanks!

alexmyczko commented 5 years ago

Thanks a lot, reason for that would be to get dust3d packaged for Debian (and Ubuntu gets the copy for free)

huxingyi commented 5 years ago

Currently I am using the AppImage to do the beta release for linux, I don't know how Debian package works, but sounds pretty cool, thanks.

huxingyi commented 5 years ago

Hi @alexmyczko just to let you know, both meshlite and meshlite_ffi are on crates.io now. Dust3D is not using meshlite directly, but use the C api layer: meshlite_ffi Although I am not familiar with Debian package, if you need any help on packaging Dust3D, please let me know, thanks.

probonopd commented 5 years ago

Currently I am using the AppImage to do the beta release for linux

Where can the AppImage be downloaded? Thanks.

huxingyi commented 5 years ago

Hi @probonopd we are talking Dust3D, a 3D modeler which use meshlite as a library. You helped me testing it several months ago. AppImage works like a charm, thank you! Here is the latest release of Dust3D: https://github.com/huxingyi/dust3d/releases/tag/1.0.0-beta.13 meshlite as a library don’t need a release for Linux yet.

probonopd commented 5 years ago

Indeed we are already promoting it on https://appimage.github.io/Dust3D/ Thank you very much :+1: