Skip to content

szymon-zygula/reindeer

Repository files navigation

Reindeer

Reindeer gif

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.

Compilation

To compile Reindeer you only need cargo. Compiling in release instead of debug causes massive performance improvement.

cargo build --release
cargo run --release

Usage

Just sit back and enjoy the flying head rendered directly in your terminal.

About

Terminal 3D Software renderer written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages