Languages/Qyoto: Difference between revisions
FireRabbit (talk | contribs) mNo edit summary |
FireRabbit (talk | contribs) (Add info about irc channel and mailing list.) |
||
Line 18: | Line 18: | ||
* [http://packages.debian.org/source/experimental/kdebindings Debian] | * [http://packages.debian.org/source/experimental/kdebindings Debian] | ||
* [http://packages.ubuntu.com/source/intrepid/kde4bindings Ubuntu] | * [http://packages.ubuntu.com/source/intrepid/kde4bindings Ubuntu] | ||
= Discussions & Support = | |||
* '''Mailing List:''' [https://mail.kde.org/mailman/listinfo/kde-bindings [email protected]]. | |||
* '''IRC Channel:''' #kde-bindings on [http://freenode.net/ irc.freenode.net]. | |||
= Other Resources = | = Other Resources = |
Revision as of 23:39, 13 February 2009
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 SVN repository.
$ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings
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
- http://ekarchive.elikirk.com/david/qyoto/ Old website
- http://imaginary-project.net/wiki/qyoto
- Building Qyoto for Windows
- An earlier attempt at creating C# bindings for Qt was called QtSharp.