myth-engine 0.0.1

A developer-friendly, high-performance 3D rendering engine written in Rust.
Documentation
# Myth Engine


> 🚧 **Work in Progress**
>
> The **Myth Engine** is currently under active development.
> This crate serves as a placeholder to reserve the name for the upcoming release.

## 🔗 Source Code


The actual source code and documentation are hosted on GitHub:
👉 **[https://github.com/panxinmiao/myth](https://github.com/panxinmiao/myth)**

## 📦 How to use (Alpha)


Since the crate is not yet stable on Crates.io, please use the git dependency in your `Cargo.toml`:

```toml
[dependencies]
myth = { git = "https://github.com/panxinmiao/myth", branch = "main" }