Package Information |
Summary |
UI API |
Maintainers |
Joe Watkins (lead)
[details]
|
License |
PHP License |
Description |
An OO wrapper around libui |
Homepage |
https://github.com/krakjoe/ui
|
Release notes
Version 1.0.2
(beta)
|
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) |