Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/profan/yakui-miniquad
https://github.com/profan/yakui-miniquad
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/profan/yakui-miniquad
- Owner: profan
- License: mit
- Created: 2023-11-06T21:38:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T11:33:21.000Z (8 months ago)
- Last Synced: 2024-08-21T10:55:17.544Z (4 months ago)
- Language: Rust
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yakui-miniquad
-----------------------
[![CI](https://github.com/profan/yakui-miniquad/actions/workflows/rust.yml/badge.svg)](https://github.com/profan/yakui-miniquad/actions/workflows/rust.yml)
[![Docs](https://docs.rs/yakui-miniquad/badge.svg?version=0.3.2)](https://docs.rs/yakui-miniquad/0.3.2/yakui_miniquad/)
[![Crates.io version](https://img.shields.io/crates/v/yakui-miniquad.svg)](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.2.0.# Example
See [the example](examples/hello-world/main.rs), you can also `cargo run --example hello-world` to test the example.# License
See LICENSE