https://github.com/younghakim7/rust_egui_training
https://github.com/younghakim7/rust_egui_training
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/younghakim7/rust_egui_training
- Owner: YoungHaKim7
- Created: 2023-11-28T15:59:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T03:00:43.000Z (over 1 year ago)
- Last Synced: 2025-01-16T21:11:33.412Z (5 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# egui (Rust GUI)
- egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
- https://github.com/emilk/egui- Font Size
- https://github.com/emilk/egui/discussions/1478
# 외국 사람의 egui tutorial
- Twitch Stream Archives: rust, wgpu, egui, and rapier | Rhymu's Videos
- https://youtube.com/playlist?list=PLbtjxiXev6lrJclGQ1qC2O_9Qqi5HBrJr&si=Vg_hZ34aiHQKw0k5
# egui 로 만든 작품
https://github.com/rerun-io/rerun
# Rust GUI 종류
- https://areweguiyet.com/
- 레딧글 https://www.reddit.com/r/rust/comments/10wy4yw/rust_gui_framework/# Rust A Simple GUI Library
https://google.github.io/comprehensive-rust/exercises/day-3/solutions-morning.html
# Rust GUI
- Druid GUI[](https://crates.io/crates/druid)
![]()
- A data-first Rust-native UI design toolkit.
- https://github.com/linebender/druid- https://linebender.org/druid/
- https://github.com/YoungHaKim7/druid-example
- (egui)[](https://crates.io/crates/egui)
![]()
- egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
- https://github.com/emilk/egui
- iced[](https://crates.io/crates/iced)

![]()
- (iced) A cross-platform GUI library for Rust, inspired by Elm
- https://github.com/iced-rs/iced
- relm[](https://crates.io/crates/relm)

![]()
- (relm) Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
- https://github.com/antoyo/relm
- https://crates.io/crates/relm
- relm4 GUI[](https://crates.io/crates/reml4)![]()
- An idiomatic GUI library inspired by Elm and based on gtk4-rs. Relm4 is a new version of relm that's built from scratch and is compatible with GTK4 and libadwaita.
- https://github.com/Relm4/Relm4- https://relm4.org/
- https://crates.io/crates/relm4
- fltk-rs[](https://crates.io/crates/fltk)
![]()
- Rust bindings for the FLTK GUI library.
- https://github.com/fltk-rs/fltk-rs
- https://crates.io/crates/fltk
- Tutorial Video(FLTK Rust)
- https://youtube.com/playlist?list=PLHqrrowPLkDu9U-uk60sGM-YWLOJFfLoE
## The Rust UI-Toolkit.
- Masonry-rs[](https://crates.io/crates/masonry)
![]()
- Rust UI design toolkit.
- This project was originally a fork of Druid that emerged from discussions I had with Raph Levien and Colin Rofls about what it would look like to turn Druid into a foundational library.
- https://github.com/PoignardAzur/masonry-rs