mirror of https://github.com/emilk/egui.git
Emil Ernerfeldt
4 years ago
10 changed files with 38 additions and 28 deletions
Binary file not shown.
@ -1,3 +1,8 @@ |
|||
[![Latest version](https://img.shields.io/crates/v/egui_glium.svg)](https://crates.io/crates/egui_glium) |
|||
[![Documentation](https://docs.rs/egui_glium/badge.svg)](https://docs.rs/egui_glium) |
|||
![MIT](https://img.shields.io/badge/license-MIT-blue.svg) |
|||
![Apache](https://img.shields.io/badge/license-Apache-blue.svg) |
|||
|
|||
# egui_glium |
|||
|
|||
This crates provides bindings between [Egui](https://crates.io/crates/egui) and [glium](https://crates.io/crates/glium) which allows you to write GUI code using Egui and compile it and run it natively, cross platform. |
|||
|
@ -1,5 +1,10 @@ |
|||
[![Latest version](https://img.shields.io/crates/v/egui_web.svg)](https://crates.io/crates/egui_web) |
|||
[![Documentation](https://docs.rs/egui_web/badge.svg)](https://docs.rs/egui_web) |
|||
![MIT](https://img.shields.io/badge/license-MIT-blue.svg) |
|||
![Apache](https://img.shields.io/badge/license-Apache-blue.svg) |
|||
|
|||
# egui_web |
|||
|
|||
This crates allows you to compile GUI code written with [Egui](https://crates.io/crates/egui) to [WASM](https://en.wikipedia.org/wiki/WebAssembly) to run on a web page. |
|||
|
|||
Check out [docs/index.html](https://github.com/emilk/emigui/blob/master/docs/index.html), [demo_web](https://github.com/emilk/emigui/tree/master/demo_web) and [build_web.sh](https://github.com/emilk/emigui/blob/master/build_web.sh) for examples of how to set it up. |
|||
Check out [docs/index.html](https://github.com/emilk/egui/blob/master/docs/index.html), [demo_web](https://github.com/emilk/egui/tree/master/demo_web) and [build_web.sh](https://github.com/emilk/egui/blob/master/build_web.sh) for examples of how to set it up. |
|||
|
Loading…
Reference in new issue