From b8c755cbdd49c3f19029c7a96b8788993c435471 Mon Sep 17 00:00:00 2001 From: Nikolaus West <nikolaus.west@gmail.com> Date: Mon, 10 Jan 2022 13:31:50 +0100 Subject: [PATCH] add egui to the gui section egui is a very popular and one of the fastest growing gui libraries for rust. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e75f1a..618af3f 100644 --- a/README.md +++ b/README.md @@ -1194,6 +1194,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * Cocoa * [servo/core-foundation-rs](https://github.com/servo/core-foundation-rs) — [](https://travis-ci.org/servo/core-foundation-rs) * [Druid](https://github.com/linebender/druid) [[druid](https://crates.io/crates/druid)] — [Druid](https://linebender.org/druid/), a data-first Rust-native UI design toolkit. [](https://github.com/linebender/druid/actions) +* [emilk/egui](https://github.com/emilk/egui) - Simple, fast, and highly portable immediate mode GUI library for Rust. egui runs on the web, natively, and in your favorite game engine. [](https://github.com/emilk/egui/actions?workflow=CI) * [emoon/rust_minifb](https://github.com/emoon/rust_minifb) — minifb is a cross-platform window setup with optional bitmap rendering. It also comes with easy mouse and keyboard input. Primarily designed for prototyping * [FLTK](https://www.fltk.org/) * [fltk-rs](https://github.com/fltk-rs/fltk-rs) — FLTK Rust bindings [](https://github.com/fltk-rs/fltk-rs/actions)