egui/egui_web
Kayo Phoenix c9919daa11
Added shaders on GLSL 1.2 (#187)
* Added shaders on GLSL 1.2

- Used `glium::program` to create shaders
- Moved shaders code to its own sources and include it as str
- Added shaders implementation on GLSL which allows run egui on old hardware
  (Raspberry Pi 1/zero in game again)

* Moved webgl shaders code to sources in `shader` subdir

* Added GLSL ES shaders to glium backend to support OpenGL ES

* Described changes related to GLSL versions support
2021-02-20 19:48:02 +01:00
..
src Added shaders on GLSL 1.2 (#187) 2021-02-20 19:48:02 +01:00
Cargo.toml Release 0.9.0 - light mode, right clicks and more 2021-02-07 17:06:51 +01:00
CHANGELOG.md Control the maximum egui web canvas size with App::max_size_points 2021-02-12 17:58:02 +01:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

Latest version Documentation MIT Apache

egui_web

This crates allows you to compile GUI code written with egui to WASM to run on a web page.

Check out egui_template for an example of how to set it up.