Projects tagged ‘clutter’ and ‘python’


[5 total ]

2 Users
 

Entertainer aims to be a simple and easy-to-use media center solution for Gnome and XFce desktop environments. Entertainer is written completely in Python using object-oriented programming paradigm. ... [More] It uses gstreamer multimedia framework for multimedia playback. User Interface is implemented with Clutter UI-library, which allows sleek OpenGL animated user interfaces. Entertainer also uses other great projects like SQLite and iNotify for caching media libraries. [Less]
Created about 1 year ago.

0 Users

alwaysontop is a simple dashboard for the eeetop used to: display useful information control multimedia tasks (mpd control, webradio playback) It uses: python pyclutter gstreamer
Created 2 months ago.

0 Users

Altcanvas is a project for developing a new and more intuitive GUI framework for handheld devices. A key difference between handheld devices and desktop is the absence of keyboard. With the advent ... [More] of touchscreen interfaces, the application GUI on handhelds need to be designed in a different paradigm. They should look more like natural objects rather than rectangular windows with titlebars. The altcanvas project develops a GUI framework named "inkface" that enabled composing SVG based GUI. Graphic designers can compose GUI in an SVG image editor (like Inkscape) and programmers can wire their app logic with the hooks provided by inkface library. [Less]
Created about 1 year ago.

0 Users

A python/gtk/clutter app aimed at Linux for sending videos to Creative Zen Media Players. Very simply encodes them, then copies them to your creative device (using libmtp). Works on Linux only at ... [More] the moment, but would be easy enough to get working on Windows if you can do a bit of a python. Doing a basic UI in gtk, then going to put something more fancy over the top with clutter after. [Less]
Created 11 months ago.

0 Users

This project aims at easing GUI development for touchscreens by using an info/widget/icon vertical canvas developped in clutter (using the python bindings). ConceptsInfoBarLabel which listens to the ... [More] "info" event. Any element launching an "info" signal with text as event contents will have the text displayed in the box. WidgetsAreaGeneric area for displaying regular clutter widgets. It should implement some form of layout mechanism. IconBarIcon handling area; icons can either be : ActionIcon: icon which sends an event ToggleIcon: two-states (on/off) icon Icon states are: normal (ready) locked (unavailable) cooldown (waiting for a few seconds before allowing a new call) active (currently unimplemented) An icon behaviour is defined by passing to the constructor: "launch_evt": the event type it will launch once pressed "listen_evt": will make the icon react to external events "file": icon file prefix from the icons/ directory (png file) "cooldown_ms": duration in milliseconds for the action to be callable again Additionally, ToggleIcon can lock all the other icons in the bar by passing the "locks_others" boolean. [Less]
Created 2 months ago.