sloth - A one-of-a-kind Rust 3D Renderer for the CLI
A one-of-a-kind command line 3D software rasterizer made with termion, tobj, and nalgebra. Currently it supports OBJ file formats without textures.
Javascript Export Demonstration
Getting Started / Uses
Here's a few really simple commands for you to get started.
You can replace sloth <args>
with cargo run --release -- <args>
anywhere
Render pikachu
For multiple models:
You can also generate a static image:
You can also generate a portable Javascript render like this:
Thank you, contributors!
Maxgy – Rustfmt lint donbright – STL model loading added, Rustfmt lint jonathandturner – Crossterm port