From ff55b9b8e81d32cce22ed43c7c0851b09983b9fc Mon Sep 17 00:00:00 2001 From: Fedor Logachev Date: Thu, 30 Apr 2020 23:16:45 -0500 Subject: [PATCH] Mention miniquad backend in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23dabb03..3e7ad642 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Wherever you can render textured triangles you can use Emigui. Currently two backends have been tested: * WebAssembly (emigui_wasm) for making a web app * [Glium](https://github.com/glium/glium) for native apps (see example_glium). +* [miniquad](https://github.com/not-fl3/emigui-miniquad) [web demo](https://not-fl3.github.io/miniquad-samples/emigui.html) [demo source](https://github.com/not-fl3/good-web-game/blob/master/examples/emigui.rs) The same application code can thus be compiled to either into a native app or a web app.