Skip to content

Commit 84f8502

Browse files
authored
Added new features and commands to readme
1 parent 67dae33 commit 84f8502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Sloth
22
![](models/demo/pikachu.gif)
3-
A one-of-a-kind command line 3D software rasterizer made with termion, tobj, and nalgebra. Currently it
4-
supports OBJ file formats without textures or materials. Here's a really simple command for you to get started.
3+
A one-of-a-kind command line 3D software rasterizer made with crossterm, tobj, stl, and nalgebra. Currently it
4+
supports OBJ file formats without textures or materials, or standard STL files. Here's a really simple command for you to get started.
55
`cargo build --release`
6-
`./target/release/sloth -r "0 0 90" hand.obj`
6+
`./target/release/sloth models/Pikachu.obj`
77
For multiple models:
8-
`./target/release/sloth -r "0 0 90" "suzy.obj hand.obj"`
8+
`./target/release/sloth "models/Pikachu.obj models/suzy.obj"`

0 commit comments

Comments
 (0)