model_to_image 0.1.0

A way to convert a 3D model to an image to use with thumbnails and previews
1
2
3
4
5
6
7
8
9
# model_to_image


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](https://docs.rs/model_to_image/latest/model_to_image/) for docs (theres plenty) and [crates.io](https://crates.io/crates/model_to_image) 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.