Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 680 Bytes

TODO.md

File metadata and controls

33 lines (27 loc) · 680 Bytes

TODO

Fixes that need attention

  • All of the compiler bugs.

Features I want to add at some point:

0.1 - Widgets

  • Empty Widget
  • Box
  • Table
  • Rows / Columns
  • Centering / padding. Currently planning to build this as a combo of rows and columns.
  • Basic text effects

0.2 - Interactivity

  • Events
    • Terminal resize
    • Actions / Keyboard shortcuts
  • Popups / overlays
    • Layer / window effects (Dim background)
  • User text input
    • Command prompt?

0.3 - Selections

  • Mouse events
  • Arrow key navigation
  • Buttons
  • Lists / Selectable table items

2.0:

  • Grids
  • Masonry tiles (Row of columns)