- Finish and improve documentation (Most of the library is documented, not all of it though)
- Fix
drawtext.nim
- Provide an example for
timer()
(seetimer.nim
) - Provide an example with multithreading
- Add
window
parameter toMenuItem
'sonClicked
- Wrap
Image.add
properly - Add an example using
Image
- Add example(s) using drawing (see
histogram2.nim
,drawtext.nim
,squares.nim
, andgradient.nim
) - Add tests for widget generics (see
tests/text_widget.nim
) - Wrap
ui_windows.h
,ui_darwin.h
, and such