Languages/Qyoto: Difference between revisions

From KDE TechBase
No edit summary
m (→‎Other Resources: Deleting dead links)
Line 29: Line 29:
= Other Resources =
= Other Resources =


* http://ekarchive.elikirk.com/david/qyoto/ Old website
* http://imaginary-project.net/wiki/qyoto
* [http://imaginary-project.net/wiki/building_qyoto_for_windows Building Qyoto for Windows]
* An earlier attempt at creating C# bindings for Qt was called [[Development/Languages/QtSharp|QtSharp]].
* An earlier attempt at creating C# bindings for Qt was called [[Development/Languages/QtSharp|QtSharp]].

Revision as of 21:14, 13 January 2011


Development/Languages/Qyoto



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

Other Resources

  • An earlier attempt at creating C# bindings for Qt was called QtSharp.