Development/Tutorials/Plasma4: Difference between revisions
< Development | Tutorials
(add plasma resources) |
(Add a link to the new data engine tutorial) |
||
Line 1: | Line 1: | ||
;[[/GettingStarted|Getting Started With Plasmoids]] | ;[[/GettingStarted|Getting Started With Plasmoids]] | ||
:''Creating your first plasmoid in C++ with SVG background, icon and text'' | :''Creating your first plasmoid in C++ with SVG background, icon and text'' | ||
;[[/DataEngines|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.'' | |||
;[http://www.kdedevelopers.org/node/3247 Video tutorial] | ;[http://www.kdedevelopers.org/node/3247 Video tutorial] | ||
Line 17: | Line 20: | ||
* tutorials for other languages (JavaScript, Python, etc...) | * tutorials for other languages (JavaScript, Python, etc...) | ||
Revision as of 18:46, 13 July 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
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...)