Skip to content

Commit

Permalink
Added egui (#3976)
Browse files Browse the repository at this point in the history
* added egui

* fixed issue

---------

Co-authored-by: Goren Barak <[email protected]>
  • Loading branch information
gorentbarak and Goren Barak authored Oct 17, 2023
1 parent 139ef15 commit a0330c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions topics/egui/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
topic: egui
aliases: egui-rs, egui-rust, egui_rs, egui_rust
related: iced, iced-rs
created_by: Emil Ernerfeldt
display_name: egui
github_url: https://github.com/emilk/egui/
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.
---
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.

egui aims to be the easiest-to-use Rust GUI library, and the simplest way to make a web app in Rust.

egui can be used anywhere you can draw textured triangles, which means you can easily integrate it into your game engine of choice.

0 comments on commit a0330c3

Please sign in to comment.