https://github.com/romandykyi/labyrinthiandemo
Blazor WebAssembly demo of the Labyrinthian maze generation library
https://github.com/romandykyi/labyrinthiandemo
blazor blazor-wasm blazor-webassembly csharp graphs-algorithms maze-generation maze-generator svg
Last synced: about 1 month ago
JSON representation
Blazor WebAssembly demo of the Labyrinthian maze generation library
- Host: GitHub
- URL: https://github.com/romandykyi/labyrinthiandemo
- Owner: romandykyi
- License: mit
- Created: 2023-11-05T17:42:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-08T23:12:52.000Z (11 months ago)
- Last Synced: 2025-08-09T00:24:56.469Z (11 months ago)
- Topics: blazor, blazor-wasm, blazor-webassembly, csharp, graphs-algorithms, maze-generation, maze-generator, svg
- Language: HTML
- Homepage:
- Size: 47.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Labyrinthian Demo
This demo showcases the capabilities of the [Labyrinthian](https://github.com/romandykyi/Labyrinthian) library.
You can access the demo hosted on GitHub Pages [here](https://romandykyi.github.io/LabyrinthianDemo). Play around with different maze generation algorithms and export settings to see Labyrinthian in action!
## Features
* Choose from a variety of maze types and generation algorithms.
* Customize export parameters for your mazes.
* Visualize the mazes generation in real-time.
* Export mazes in SVG format.
## Gestures Support
The demo page supports mouse gestures. In order to use them, hold right mouse button and draw one of these patterns:

Gestures are detected using [js-mgestures](https://github.com/mailcmd/js-mgestures).