mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Remove roadmap and replace with emigui/README.md with a TODO section
This commit is contained in:
16
emigui/README.md
Normal file
16
emigui/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# GUI implementation
|
||||
This is the core library crate Emigui. It is fully platform independent without any backend. You give the Emigui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.
|
||||
|
||||
## TODO:
|
||||
* Widgets:
|
||||
* Movable/resizable windows
|
||||
* Scroll areas (requires scissor tests / clip rects in paint backend)
|
||||
* Menu bar (File, Edit, etc)
|
||||
* One-line text input
|
||||
* Color picker
|
||||
* Style editor
|
||||
* Persist UI state in external storage
|
||||
* Rename Region to something shorter?
|
||||
* `region: &Region` `region.add(...)` :/
|
||||
* `gui: &Gui` `gui.add(...)` :)
|
||||
* `ui: &Ui` `ui.add(...)` :)
|
||||
Reference in New Issue
Block a user