Rust based sigil generator
sigil-gen
is a Rust-based application that generates sigils. It leverages the macroquad
crate for graphics and chrono
for time handling. This tool is ideal for creating mystical or magical symbols programmatically.
- Procedural generation of sigils
- Graphical rendering using Macroquad
- Built with Rust for performance and safety
Clone the repository and build with Cargo:
git clone https://github.com/OrionW06/sigil-gen.git
cd sigil-gen
cargo build --release
Run the generator with:
cargo run --release
This will launch the application, which will display generated sigils in a window.
Dependencies are managed via Cargo.toml
and will be installed automatically when building.
src/main.rs
: Main entry point and core logic.Cargo.toml
: Dependency and project metadata.
Pull requests and issues are welcome! Please open an issue to discuss your idea or bug before submitting changes.
This project is open source and available under the MIT license.