Fedor Logachev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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. |
|
|
|
|
|
|
|