Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pzl/piwm
Raspberry Pi native Window Manager
https://github.com/pzl/piwm
dispmanx raspberry-pi raspberrypi window-manager
Last synced: 7 days ago
JSON representation
Raspberry Pi native Window Manager
- Host: GitHub
- URL: https://github.com/pzl/piwm
- Owner: pzl
- License: mit
- Created: 2016-01-26T14:59:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T16:21:37.000Z (almost 9 years ago)
- Last Synced: 2024-04-30T07:16:49.235Z (7 months ago)
- Topics: dispmanx, raspberry-pi, raspberrypi, window-manager
- Language: C
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PiWM
=====**PiWM** is a Raspberry **Pi** **W**indow **M**anager. It does _not_ function as an X11 window manager. It is designed to be run without X11, creating raw DispmanX* windows for your applications to run on. The applications must be purpose-designed to use PiWM, it is not a replacement to run X11 apps without X. Applications using PiWM may draw their windows using raw bitmaps, or use hardware-accelerated OpenVG. In the future, this may include OpenGL ES.
* DispmanX is unique to Broadcom/Raspberry Pi. It is (very slowly) in the process of being phased out in favor of OpenWF, but I've been hearing that line for upwards of 4 years with no progress.
Each window may specify a different canvas size to its displayed size on a monitor, and benefit from hardware-accelerating scaling. This means a window may draw itself as a 40x40 bitmap, send the 40x40 pixel data, but ask that the WM draw that window as 200x200 pixels. The GPU will perform this scaling for you.
Communication to PiWM is done via network sockets, and therefore supports remote clients. This does include some higher overhead than other methods, but has not inhibited 60fps rendering.
License
--------This work is licensed under the MIT License. See `LICENSE` file for details.
Copyright (c) 2016 Dan Panzarella