Skip to content

lucasvanmol/rusty-donut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-donut

ASCII raymarching inside a terminal

donut gif

Build instructions

  1. Requirements
  1. Clone source
git clone https://github.com/drip-drip/rusty-donut
cd rusty-donut
  1. Build with cargo
cargo build --release
  1. 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

About

ASCII raymarching inside a terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages