Skip to content

OrionW06/sigil-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sigil-gen

Rust based sigil generator

Overview

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.

Features

  • Procedural generation of sigils
  • Graphical rendering using Macroquad
  • Built with Rust for performance and safety

Installation

Clone the repository and build with Cargo:

git clone https://github.com/OrionW06/sigil-gen.git
cd sigil-gen
cargo build --release

Usage

Run the generator with:

cargo run --release

This will launch the application, which will display generated sigils in a window.

Dependencies

Dependencies are managed via Cargo.toml and will be installed automatically when building.

Project Structure

  • src/main.rs: Main entry point and core logic.
  • Cargo.toml: Dependency and project metadata.

Contributing

Pull requests and issues are welcome! Please open an issue to discuss your idea or bug before submitting changes.

License

This project is open source and available under the MIT license.