your-diary / labyrinth_generator

Labyrinth generator for Blender.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labyrinth Generator

1. About

Implementation of the maze generation algorithm 穴掘り法 in Rust.

You can import the output CSV in Blender to render it. See ./samples/sample.py for the detail.

Demo (YouTube)

2. Usage

$ cargo run <height> <width>

About

Labyrinth generator for Blender.

License:MIT License


Languages

Language:Rust 100.0%