Development/Tutorials/Plasma4: Difference between revisions
< Development | Tutorials
(Bold TODO) |
No edit summary |
||
Line 18: | Line 18: | ||
* http://techbase.kde.org/Projects/Plasma | * http://techbase.kde.org/Projects/Plasma | ||
* [http://api.kde.org/4.x-api/kdelibs-apidocs/plasma/html/index.html Plasma api documentation] | * [http://api.kde.org/4.x-api/kdelibs-apidocs/plasma/html/index.html Plasma api documentation] | ||
* The [https://mail.kde.org/mailman/listinfo/ | * The [https://mail.kde.org/mailman/listinfo/plasma-devel plasma-devel mailing list] and #plasma on IRC (irc.freenode.org). | ||
TODO: | TODO: | ||
* '''tutorials for other languages''' (JavaScript, Python, etc...) | * '''tutorials for other languages''' (JavaScript, Python, etc...) |
Revision as of 11:03, 30 December 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 (link to Slides broken)
- 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 plasma-devel mailing list and #plasma on IRC (irc.freenode.org).
TODO:
- tutorials for other languages (JavaScript, Python, etc...)