commands.sh

3d-ascii-viewer

all

View 3D `.obj` models as animated ASCII in the terminal.

More info →

Examples (6)

Display a model

3d-ascii-viewer path/to/model.obj

Set width and height

3d-ascii-viewer -w width -h height path/to/model.obj

Enable color

3d-ascii-viewer --color path/to/model.obj

Set frames per second

3d-ascii-viewer -f fps path/to/model.obj

Interactive mode

3d-ascii-viewer --interactive path/to/model.obj

Display help

made by @shridhargupta | data from tldr-pages