Reindeer is a simple 3D rendering software displaying everything directly in the terminal window
by using individual characters as pixels.
To function properly, a terminal emulator supporting True Color is required.
No external libraries (except for libc
) are used in this project.
The rendered image is automatically resized to the size of the terminal.
This means that the smaller the used font is, the higher the resolution is going to be.
To compile Reindeer you only need cargo
.
Compiling in release
instead of debug
causes massive performance improvement.
cargo build --release
cargo run --release
Just sit back and enjoy the flying head rendered directly in your terminal.