1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Add TODO.md

This commit is contained in:
Emil Ernerfeldt
2019-01-13 16:53:43 +01:00
parent ca9333ec3e
commit d1a985d7cd

13
TODO.md Normal file
View File

@@ -0,0 +1,13 @@
# Code
* Break off example app from emigui_wasm
* Add Rect type to GuiCmd. Every thing has a bounding rectangle, even text
# Additional bindings, e.g. Piston
# Widgets
* Scroll bar
* Menu bar
* Windows
* Text input
* Color picker
* Separators