Rio (program)

From Wikipedia, the free encyclopedia

The correct title of this article is rio. The initial letter is shown capitalized due to technical restrictions.

rio is Plan 9 from Bell Labs's windowing system.

Contents

[edit] Overview

Rio windows during a Plan 9 installation
Enlarge
Rio windows during a Plan 9 installation

Many of its features embody key Plan 9 design concepts:

  • Each window runs in its own private namespace.
  • It exports a file system interface to running applications. This interface is the same rio receives from the operating system, allowing rio to run inside a rio window without any special arrangements. Because the interface uses 9P, rio is network transparent even if it doesn't include any network-aware code.
  • Windows are treated as completely editable text.

It is most notably known for making its window management transparent to the application. This allows running rio inside rio or another window manager.


[edit] History

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

Rio in the early 1990s
Enlarge
Rio in the early 1990s

Rio was a complete rewrite of in Aleph. 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 Aleph dissapeared 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 insipired in Aleph 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 a Porter-Duff algebra, whereas used bitblt operations.

[edit] See also

[edit] External links

In other languages