Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.21 KB

File metadata and controls

27 lines (22 loc) · 1.21 KB

Miracle Octad Generator (Interactive GUI)

Try It Online

You can experiment with the latest version directly in your browser:
👉 Play with it here

What Is It For?

This project provides an interactive graphical interface for the Miracle Octad Generator, a tool in combinatorial design and group theory especially useful for exploring:

Run It Locally

If you’d like to build and run the project on your own machine:

  1. Install the Rust compiler.
    • Verify your installation by running:
      cargo --version
  2. Clone this repository and open a terminal in the project’s root directory.
  3. Build and launch natively:
    cargo run --release