terminal3d

Crates.ioterminal3d
lib.rsterminal3d
version0.0.1
sourcesrc
created_at2024-11-10 23:43:29.373232
updated_at2024-11-10 23:43:29.373232
descriptionView 3d models in your terminal
homepage
repositoryhttps://github.com/liam-ilan/terminal3d
max_upload_size
id1443290
size2,582,424
Liam Ilan (liam-ilan)

documentation

README

Terminal3d

Terminal3d (t3d) is a tool for viewing 3d .obj files, right in your terminal! 🦀 Suzanne the monkey - Find this example under examples/suzanne.obj

Features

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

Usage

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

Author

(c) Liam Ilan

Commit count: 63

cargo fmt