ui 1.0.2

UI API


An OO wrapper around libui

License: PHP License

Changes

UI\Size and UI\Point support for basic math operators (+,/,*,-) fixed
UI\Point cast to UI\Size with UI\Size::of(UI\Point) (can also take double-ish)
UI\Size cast to UI\Point with UI\Point::at(UI\Size) (can also take double-ish)