Skip to content

Following the wiki at ssloy/tinyrenderer to learn some Rust

License

Notifications You must be signed in to change notification settings

fabjan/tinyrenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust tinyrenderer

This was me learning some Rust while having fun following the first few lessons on the awesome tinyrenderer wiki by ssloy.

Building

(tested with Rust 1.40.0)

$ cargo build --release

Running

You will need a model OBJ file and a diffuse texture map TGA file. You can for example use the obj and diffuse textures from boggie in ssloy/tinyrenderer.

$ target/release/tinyrenderer boggie_body.obj boggie_body_diffuse.tga > boggie.pbm

About

Following the wiki at ssloy/tinyrenderer to learn some Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published