The new PECL package UI-2.0.0 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
Refactor of Brushes:
  UI\Draw\Brush
  abstract UI\Draw\Brush\Gradient
  UI\Draw\Brush\LinearGradient
  UI\Draw\Brush\RadialGradient
UI\Draw\Color Improvements:
  Direct access to channels by name (r, g, b, a) as properties, (case 
insensitive)
  Allow the use of RRGGBBAA integers in place of UI\Draw\Color
UI\Draw\Path Improvements:
  Use Path::Winding as default mode
UI\Draw\Pen Improvements:
  Allow UI\Draw\Color (or RRGGBBAA integer) in place of UI\Draw\Brush (fill, 
stroke)
UI\Executor:
  Scheduled executor service for animations superceeds and replaces App::onTick 
mechanism
UI\App:
  Removed, it should be obvious that run/quit are global functions
UI\Window:
  Fixed onClosing

Package Info
-------------
An OO wrapper around libui

Related Links
-------------
Package home: http://pecl.php.net/package/UI
   Changelog: http://pecl.php.net/package-changelog.php?package=UI
    Download: http://pecl.php.net/get/UI-2.0.0.tgz

Authors
-------------
Joe Watkins <pthre...@pthreads.org> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to