Files
eepp/TODO.md
2022-09-08 20:14:07 -03:00

752 B

TODO - Short and mid term plans.

Graphics Module

  • Add support for font packs/families (separate fonts for regular/bold/italics).

  • Add support for fallback fonts.

  • Improve VertexBuffer class with facilities for easy update of trigs and quads.

UI Module

  • Implement a "float" layout.

  • Expose properties implemented by each widget.

  • Implement a model to view each widget property.

  • Implement a rich text view.

  • Provide some facilities for basic data-binding (WIP).

CSS

  • Add support for calc.

UICodeEditor

  • Add better support for double-width characters.

  • Add new CSS properties related to the widget.

StyleSheetParser

  • Detect errors and log them.