Languages/Qyoto: Difference between revisions
No edit summary |
|||
Line 24: | Line 24: | ||
* [http://packages.ubuntu.com/natty/qyoto-dev Ubuntu] (only available until 11.04) | * [http://packages.ubuntu.com/natty/qyoto-dev Ubuntu] (only available until 11.04) | ||
* Arch Linux | * Arch Linux | ||
* [http://download.kde.org/stable/csharp-qt/4.0.1/win32/CSharpQt-Windows-4.0.1.7z.mirrorlist Windows] | |||
* And some more. Please add them here. | * And some more. Please add them here. | ||
Revision as of 16:41, 27 October 2012
About
Qyoto makes it possible to develop Qt and KDE applications using C#, or any other .NET language. Qyoto uses SMOKE, and offers access to almost all Qt and KDE classes.
Source Code
The current version of Qyoto is maintained on Gitorious.
An older (not actively maintained) version of Qyoto is part of the kdebindings module in the KDE SVN repository.
$ git clone git://anongit.kde.org:qyoto
You can also browse the source online.
Binary Packages
Pre-built binary packages are available in the following distributions:
Discussions & Support
- Mailing List: [email protected].
- IRC Channel: #kde-bindings on irc.freenode.net.
Other Resources
- Qyoto C# tutorial: http://zetcode.com/tutorials/qyotosharptutorial/
- An earlier attempt at creating C# bindings for Qt was called QtSharp.