4 projects tagged "Graphics"
Slideshow is a kiosk-style application for showing text, image, and video in a loop on monitors and projectors. It is not meant for situations where interactive control is required, but when the content is continuously looping for a long time. The content is updated through a Web GUI. The application is split into two packages, the backend and frontend. The backend is written in C++ and OpenGL. and the frontend uses Python. Currently. the frontend is very GNU/Linux specific and will not run on any other platform, but is meant to be as platform independent as possible, as long as it handles OpenGL.
The ServerUsage system collects and processes statistical information from computers running a GNU/Linux Operating System. It is composed of two subprojects, the ServerUsage-Client to collect usage statistics (via a SystemTap module) and send them to a remote server via TCP, and the ServerUsage-Server to collect all statistics from different clients and aggregate them in a SQlite database table. A PHP Web service is available on the server module to extract information or display graphics.