egui/TODO.md

16 lines
294 B
Markdown
Raw Normal View History

2019-01-13 15:53:43 +00:00
# Code
* Break off example app from emigui_wasm
* Add Rect type to GuiCmd. Every thing has a bounding rectangle, even text
2019-01-13 18:15:11 +00:00
* Dynamic fonts:
* Font options (sizes)
* Read ttf via web?
2019-01-13 15:53:43 +00:00
# Additional bindings, e.g. Piston
# Widgets
* Scroll bar
* Menu bar
* Windows
* Text input
* Color picker