myth-engine 0.0.1

A developer-friendly, high-performance 3D rendering engine written in Rust.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 993.59 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • panxinmiao

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

📦 How to use (Alpha)

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

[dependencies]

myth = { git = "https://github.com/panxinmiao/myth", branch = "main" }