| Crates.io | minecraft_tunnel |
| lib.rs | minecraft_tunnel |
| version | 0.1.0 |
| created_at | 2025-09-29 19:26:20.681406+00 |
| updated_at | 2025-09-29 19:26:20.681406+00 |
| description | A terminal-based Minecraft voxel tunnel renderer using DDA ray casting |
| homepage | |
| repository | https://github.com/doprz/minecraft_tunnel |
| max_upload_size | |
| id | 1860063 |
| size | 38,200 |
A terminal-based Minecraft voxel tunnel renderer using DDA ray casting.
Install directly from crates.io
cargo install minecraft_tunnel
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.
Run without installing
nix run github:doprz/minecraft_tunnel
Local flake
nix run
minecraft_tunnel is licensed under the MIT License
SPDX-License-Identifier: MIT