mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Basic text input support
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
An immediate mode GUI library written in Rust. For web apps or native apps.
|
||||
|
||||
## Goals:
|
||||
* Easy to use
|
||||
* Lightweight
|
||||
* Short, conveniant syntax
|
||||
* Responsive (60 Hz without breaking a sweat)
|
||||
* Portable
|
||||
* Platform independent (the same code works on the web and as a native app)
|
||||
* Responsive
|
||||
|
||||
## How it works:
|
||||
Loop:
|
||||
|
||||
Reference in New Issue
Block a user