You can experiment with the latest version directly in your browser:
👉 Play with it here
This project provides an interactive graphical interface for the Miracle Octad Generator, a tool in combinatorial design and group theory especially useful for exploring:
- The Steiner system
$S(5, 8, 24)$ - The extended binary Golay code and the perfect binary Golay code
- The Mathieu group
$M_{24}$ and its subgroups - Other related mathematical structures
If you’d like to build and run the project on your own machine:
- Install the Rust compiler.
- Verify your installation by running:
cargo --version
- Verify your installation by running:
- Clone this repository and open a terminal in the project’s root directory.
- Build and launch natively:
cargo run --release