(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 185: | Line 185: | ||
=== [http://nepomuk.kde.org Nepomuk] === | === [http://nepomuk.kde.org Nepomuk] === | ||
| − | See [[Special:myLanguage/ | + | See [[Special:myLanguage/Projects/Nepomuk|Nepomuk tutorials]]. |
| − | + | ||
== Hardware Awareness (Solid) == | == Hardware Awareness (Solid) == | ||
| Line 213: | Line 212: | ||
;[[Special:myLanguage/Development/Tutorials/Phonon/Introduction|Phonon]] | ;[[Special:myLanguage/Development/Tutorials/Phonon/Introduction|Phonon]] | ||
| − | : | + | :[[Special:myLanguage/Development/Tutorials/Phonon/Introduction|Introduction to Phonon]] tells how to compile and run the code. If you like to work in Python, try [[Development/Tutorials/Phonon/Introduction/Python|this version]] of the same tutorial |
;[[Special:myLanguage/Development/Tutorials/Phonon/Backends|Writing Backends]] | ;[[Special:myLanguage/Development/Tutorials/Phonon/Backends|Writing Backends]] | ||
:How to start creating a new backend for the multimedia API | :How to start creating a new backend for the multimedia API | ||
;Resources | ;Resources | ||
| − | :Please have a look at the [http://api.kde.org/kdesupport-api/ | + | :Please have a look at the [http://api.kde.org/kdesupport-api/phonon-apidocs/phonon/html/ online documentation] for information on the Phonon API. If you prefer using Qt Assistant or Qt Creator you can also use our [http://api.kde.org/qch/phonon-kdesupport.qch offline documentation]. |
== Plasma == | == Plasma == | ||
| Line 247: | Line 246: | ||
;[[Special:myLanguage/Development/KDevelop-PG-Qt_Introduction|KDevelop-PG-Qt Introduction]] | ;[[Special:myLanguage/Development/KDevelop-PG-Qt_Introduction|KDevelop-PG-Qt Introduction]] | ||
:Information on the KDevelop parser generator, useful for language plugins. | :Information on the KDevelop parser generator, useful for language plugins. | ||
| + | ;[[Special:myLanguage/Development/Tutorials/KDevelop/Creating_a_class_template|Creating a class template]] | ||
| + | :Instructions for creating a class template, which can be used to quickly generate classes from KDevelop. | ||
| + | ;[[Special:myLanguage/Development/Tutorials/KDevelop/Creating_a_project_template|Creating a project template]] | ||
| + | :Instructions for creating a project template, which can be used for starting new project with KDevelop. | ||
==Printing== | ==Printing== | ||
| Line 338: | Line 341: | ||
:Creating a slicer plugin for Palapeli | :Creating a slicer plugin for Palapeli | ||
| − | === | + | === Gluon === |
;[[Special:myLanguage/Development/Tutorials/Games/kglengine/kglengine-simpleBox| Installation and your first KGLItem]] | ;[[Special:myLanguage/Development/Tutorials/Games/kglengine/kglengine-simpleBox| Installation and your first KGLItem]] | ||
| Line 344: | Line 347: | ||
;[[Special:myLanguage/Development/Tutorials/Games/KGLEngine2d| kglpong]] | ;[[Special:myLanguage/Development/Tutorials/Games/KGLEngine2d| kglpong]] | ||
:Now use our knowledge to make a pong | :Now use our knowledge to make a pong | ||
| + | ;[[Development/Tutorials/Games/KALEngine| Play hello word sound]] | ||
| + | :''Using Gluon for games sound development using openAL'' | ||
== Using the KDE PIM Libraries == | == Using the KDE PIM Libraries == | ||
| Line 402: | Line 407: | ||
== KDE2 and KDE3 Materials == | == KDE2 and KDE3 Materials == | ||
| − | |||
;[[Special:myLanguage/Development/Tutorials/KDE4 Porting Guide|Porting Your Application from KDE 3 to KDE 4]] | ;[[Special:myLanguage/Development/Tutorials/KDE4 Porting Guide|Porting Your Application from KDE 3 to KDE 4]] | ||
:These tutorials cover topics related to the migration from KDE 3 to KDE 4. | :These tutorials cover topics related to the migration from KDE 3 to KDE 4. | ||
チュートリアルは、あなたが KDE に何ができるのか、どのように使えばいいのかを知るための最速の手段です。ここにあるチュートリアルは KDE4 についてのものです。KDE3 と KDE2 用のものは、このページの末尾にあります。
KDE 4 アプリケーションを書くことに興味をお持ちですか? このチュートリアルは、KDE プログラミング初心者のためのものです。
If you want to improve an existing application, you can usually build and install it easily. This tutorial shows how to build an application in a way that doesn't interfere with your system. If you do not need to modify kdelibs this may be the easiest way to get started with development.
See also Localization portal.
See Nepomuk tutorials.
See Plasma tutorials.
KDE mostly uses the Qt Printing infrastructure.
Old links for KNS2 and KNS1 content:
Runners