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: 10 months ago
JSON representation

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.4.1)](https://docs.rs/yakui-miniquad/0.4.1/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.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