rusty-donut
ASCII raymarching inside a terminal
Build instructions
- Requirements
- rust
- gcc
- git
- Clone source
git clone https://github.com/drip-drip/rusty-donut
cd rusty-donut
- Build with cargo
cargo build --release
- Run
The binary is located at (donut.exe
on Windows)
target\release\donut
Options
Usage: donut [options]
options:
-h, --help shows this help message
--sd use 10 character charset (default 70)
--inline do not clear terminal on start (Windows only)
options (sizes, default is normal size):
--tiny shows tiny donut
--small shows small donut
--big shows big donut
--huge shows huge donut