Writing Clutter apps on BeagleBone Black using Python
| | | |

Writing Clutter apps on BeagleBone Black using Python

Clutter is a great SDK for writing hardware accelerated GUI apps for embedded devices. It can run on X and Wayland, but it can also use the framebuffer directly and bypass the overhead of a display manager completely, ideal for embedded devices. I have spent the last few weeks working on getting Clutter to run…