A terminal-based Minecraft voxel tunnel renderer using DDA ray casting.
- Real-time procedural voxel rendering in your terminal
- DDA (Digital Differential Analyzer) ray casting for efficient 3D rendering
- Minecraft-inspired procedural textures (stone, grass, brick, wood, water, leaves)
- Full RGB color support
- Uses Unicode half-block characters for double the vertical resolution
- Automatic terminal size detection and adaptation
- High-performance Rust implementation
- Cross-platform
Install directly from crates.io
cargo install minecraft_tunnelTo build and install from source, first checkout the tag or branch you want to install, then run
cargo install --path .This will build and install minecraft_tunnel in your ~/.cargo/bin. Make sure that ~/.cargo/bin is in your $PATH variable.
Run without installing
nix run github:doprz/minecraft_tunnelLocal flake
nix runminecraft_tunnel is licensed under the MIT License
SPDX-License-Identifier: MIT