blob: 40d54c1e0a52b285c2a44a2d88dc509d8aa7e49e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Window Manager Improved 2 is the next generation of the WMI project. Due
to a complete rewrite it is highly modularized and uses a new configuration
and inter-process communication interface which is based on the 9p protocol
from the Plan 9 operating system. It achieves following goals:
* Reduction of compile time
* Reduction of memory usage
* Reduction of lines of code
* Performance improvements
* Improved rendering capabilities (optional Cairo)
* Improved configuration and IPC interface (Libixp)
* Modularized components
WWW: http://wmi.modprobe.de/
|