Development/Tutorials/Plasma4: Difference between revisions
< Development | Tutorials
(Add a link to the new data engine tutorial) |
(Add the Extender tutorial) |
||
Line 10: | Line 10: | ||
;[[/Theme|Creating a Plasma Theme]] | ;[[/Theme|Creating a Plasma Theme]] | ||
:''Guide to creating your first Plasma theme'' | :''Guide to creating your first Plasma theme'' | ||
;[[/UsingExtenders|How to use extenders in your Plasmoid]] | |||
:''A simple example that shows how to use extenders in a Plasmoid.'' | |||
Resources: | Resources: |
Revision as of 14:17, 30 August 2008
- Getting Started With Plasmoids
- Creating your first plasmoid in C++ with SVG background, icon and text
- Writing a DataEngine
- DataEngines provide a standardized interface to various data sources for visualizations to use. Learn what a DataEngine is and how to write one of your own.
- Video tutorial
- Video and slides from a presentation on libplasma
- Creating a Plasma Theme
- Guide to creating your first Plasma theme
- How to use extenders in your Plasmoid
- A simple example that shows how to use extenders in a Plasmoid.
Resources:
- http://techbase.kde.org/Projects/Plasma
- Plasma api documentation
- The panel-devel mailing list and #plasma on IRC (irc.freenode.org).
TODO:
- tutorials for other languages (JavaScript, Python, etc...)