rio (windowing system)

rio

rio windows during a Plan 9 installation
Developer(s) Rob Pike
Initial release Fourth Edition / April 28, 2002 (2002-04-28)
Written in C
Operating system Plan 9 from Bell Labs
Type Windowing system

rio is Plan 9 from Bell Labs's windowing system. It is well known for making its window management transparent to the application. This allows running rio inside of another window manager.

Design concepts

Many of its features embody key Plan 9 design concepts:

History

rio is the latest in a long series of graphical user interfaces developed at Bell Labs, mostly developed by Rob Pike, including the first graphical window system for UNIX (which predated X), the concurrent window system, and the Blit.

rio was a complete rewrite of in Alef. Its main change was that it stopped parsing and rewriting graphical commands and let the client write pixels directly. This was done mainly for efficiency. As Alef disappeared due to being too difficult to maintain given the number of people working on Plan 9 at the time, rio was rewritten in C. This was done using the Plan 9 thread library which was inspired by Alef and had most of its features, like blocking channels for interthread and interprocess communication. Another important change, due more to the environment than to rio per se, was that rio supported full colour, using alpha compositing, whereas 8½ used bitblt operations.

See also

Wikimedia Commons has media related to Rio (windowing system).
This article is issued from Wikipedia - version of the 7/15/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.