https://github.com/profan/yakui-miniquad
https://github.com/profan/yakui-miniquad
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/profan/yakui-miniquad
- Owner: profan
- License: mit
- Created: 2023-11-06T21:38:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T22:42:59.000Z (about 1 year ago)
- Last Synced: 2025-08-16T12:34:19.463Z (10 months ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yakui-miniquad
-----------------------
[](https://github.com/profan/yakui-miniquad/actions/workflows/rust.yml)
[](https://docs.rs/yakui-miniquad/0.4.1/yakui_miniquad/)
[](https://crates.io/crates/yakui-miniquad)
This is a simple library integrating yakui with miniquad, allowing you to use yakui with your miniquad projects easily.
I'm happy to accept contributions in the form of fixes or improvements, just be nice :)
If you're interested in the version usable with macroquad directly, it's here: [yakui-macroquad](https://github.com/profan/yakui-macroquad)!
# Version
This version is for miniquad 0.4 and yakui 0.3.
# Example
See [the example](examples/hello-world/main.rs), you can also `cargo run --example hello-world` to test the example.
# License
See LICENSE