Languages/Qyoto: Difference between revisions
Line 9: | Line 9: | ||
= Source Code = | = Source Code = | ||
Qyoto is part of the kdebindings module in the KDE git repository. | |||
$ git clone git://anongit.kde.org/assemblygen | |||
You can also [https://projects.kde.org/projects/kde/kdebindings/csharp/assemblygen/repository browse the source online]. | |||
You can also [https://projects.kde.org/projects/kde/kdebindings/csharp/ | |||
= Binary Packages = | = Binary Packages = |
Revision as of 19:20, 28 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
Qyoto is part of the kdebindings module in the KDE git repository.
$ git clone git://anongit.kde.org/assemblygen
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.