Skip to content

doprz/minecraft_tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft_tunnel

crates.io

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

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published