Skip to content

Following the tinyrenderer tutorial but using Rust instead of cpp.

Notifications You must be signed in to change notification settings

Davidster/tinyrenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Following this tutorial but using Rust instead of cpp.

Result:

african_head

To benchmark it:

# install deps
cargo install flamegraph

# linux
cargo flamegraph
# macos
cargo flamegraph --root

open flamegraph.svg

random thingy

ffmpeg -i in.mp4 -filter:v "crop=in_w/2:in_h/2:in_w/2:in_h/2" -c:a copy out.mp4
ffmpeg -i 2022-01-29\ 01-08-07.mkv -filter:v "crop=in_w/2:in_h:in_w/4:in_h" -c:a copy cropped.mp4

About

Following the tinyrenderer tutorial but using Rust instead of cpp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages