Crates.io | terminal3d |
lib.rs | terminal3d |
version | 0.0.1 |
source | src |
created_at | 2024-11-10 23:43:29.373232 |
updated_at | 2024-11-10 23:43:29.373232 |
description | View 3d models in your terminal |
homepage | |
repository | https://github.com/liam-ilan/terminal3d |
max_upload_size | |
id | 1443290 |
size | 2,582,424 |
Terminal3d (t3d
) is a tool for viewing 3d .obj
files, right in your terminal! 🦀
Suzanne the monkey - Find this example under examples/suzanne.obj
Reads any renders .obj
file to the terminal.
Render with both braile (â¡Ÿ
) and block (â–›
) charecters.
Choose between wireframe and vertices modes.
Use mouse controls to view your model, just like any other 3d software.
t3d: Visualize .obj files in the terminal!
Usage:
"t3d <filepath.obj>": Interactively view the provided .obj file.
"t3d --h", "t3d --help", "t3d -h", "t3d -help", "t3d": Help and info.
Controls:
Scroll down to zoom out, scroll up to zoom in.
Click and drag the mouse to rotate around the model.
Click and drag the mouse while holding [shift] to pan.
Press [b] to toggle block mode.
Press [p] to toggle vertices mode.
Obtained from t3d -h
(c) Liam Ilan