egui/TODO.md

21 lines
471 B
Markdown
Raw Normal View History

# Infrastructure
We need to make it easy to make your own library using emigui_wasm.
Maybe we can use build.rs to generate needed stuff, e.g. index.hmtl?
2019-01-13 15:53:43 +00:00
# Code
2019-01-19 16:09:00 +00:00
* Read TTF from browser?
2019-01-19 16:10:28 +00:00
* requestAnimationFrame
2020-04-12 10:07:51 +00:00
* Rename region to something shorter
* `region: &Region` `region.add(...)` :/
* `gui: &Gui` `gui.add(...)` :)
* `ui: &Ui` `ui.add(...)` :)
2019-01-13 15:53:43 +00:00
# Additional bindings, e.g. Piston
# Widgets
* Scroll bar
* Menu bar
* Windows
* Text input
* Color picker