Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.25 KB

File metadata and controls

51 lines (37 loc) · 1.25 KB

minecraft_tunnel

crates.io

A terminal-based Minecraft voxel tunnel renderer using DDA ray casting.

minecraft_tunnel

Features

  • 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

Installation

Cargo

Install directly from crates.io

cargo install minecraft_tunnel

From Source

To 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.

Nix

Run without installing

nix run github:doprz/minecraft_tunnel

Local flake

nix run

License

minecraft_tunnel is licensed under the MIT License

SPDX-License-Identifier: MIT