Home arrow Guidelines & Tutorials arrow SuperKaramba Devel
Thursday, 20 April 2006
 
 
SuperKaramba Devel
Basic Tutorials for SK Theme Creators PDF Print E-mail
Themes in SuperKaramba consist of two parts:  
1. A .theme file that defines the shape and size of the theme, and possibly many other things.  
 
 
2. A .py file that adds interactivity to the theme. Basically, whenever an event happens, such as the user clicking the mouse on your theme, a function is called in your python script to let you react to the event.  
 

Last Updated ( Tuesday, 07 June 2005 )
Read more...
What is SuperKaramba? PDF Print E-mail
SuperKaramba is, in simple terms, a tool that allows you to easily create interactive eye-candy on your KDE desktop. Currently, only Linux is officially supported.  
 
How does it work?  
Theme writers create themes, or text files that define their widget. Then they can optionally add python scripting to make their widget interactive. The possibilities are endless!  
 
Last Updated ( Tuesday, 07 June 2005 )
Read more...
 
Top! Top!