| Crates.io | model_to_image |
| lib.rs | model_to_image |
| version | 0.1.1 |
| created_at | 2025-08-02 05:42:06.10453+00 |
| updated_at | 2025-08-17 23:30:52.314696+00 |
| description | A way to convert a 3D model to an image to use with thumbnails and previews |
| homepage | |
| repository | https://github.com/4tkbytes/dropbear-engine |
| max_upload_size | |
| id | 1778299 |
| size | 1,765,379 |
finally a damn library for converting a 3d model to an image
this crate aims to convert a 3d model to an image for cases like thumbnails. I aim to make this library very dependency light, so there is no graphics library, only maths.
check out docs.rs for docs (theres plenty) and crates.io to download the binary and the library.
the beauty of this pkg is that you can port to other languages if you want, considering there are no libraries (that i could find) that would convert a 3d model to an image.