model_to_image 0.1.0

A way to convert a 3D model to an image to use with thumbnails and previews
docs.rs failed to build model_to_image-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: model_to_image-0.1.1

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 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.