Skip to content

Commit a0330c3

Browse files
gorentbarakGoren Barak
andauthored
Added egui (#3976)
* added egui * fixed issue --------- Co-authored-by: Goren Barak <[email protected]>
1 parent 139ef15 commit a0330c3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

topics/egui/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
topic: egui
3+
aliases: egui-rs, egui-rust, egui_rs, egui_rust
4+
related: iced, iced-rs
5+
created_by: Emil Ernerfeldt
6+
display_name: egui
7+
github_url: https://github.com/emilk/egui/
8+
short_description: egui (pronounced "e-gooey") is a simple, fast, and highly portable immediate mode GUI library for Rust. egui runs on the web, natively, and in your favorite game engine. it aims to be the easiest-to-use Rust GUI library.
9+
---
10+
egui (pronounced "e-gooey") is a simple, fast, and highly portable immediate mode GUI library for Rust. egui runs on the web, natively, and in your favorite game engine.
11+
12+
egui aims to be the easiest-to-use Rust GUI library, and the simplest way to make a web app in Rust.
13+
14+
egui can be used anywhere you can draw textured triangles, which means you can easily integrate it into your game engine of choice.

0 commit comments

Comments
 (0)