Basic Tutorial for Theme CreatorsThemes 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.
Quick Links:
|
Quick Links |
Project hosted by: |
Primary Author: Adam Geitgey <adam@rootnode.org> Original Karamba Author: Hans Karlsson <karlsson.h@home.se> |