Languages/Qyoto: Difference between revisions

From KDE TechBase
(Nicer link for replacement project)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:


__NOTOC__
__NOTOC__
UPDATE: Qyoto has been obsoleted. There's a replacement project in development at [https://github.com/ddobrev/QtSharp].
UPDATE: Qyoto has been obsoleted. There's a replacement project in development called [https://gitlab.com/ddobrev/QtSharp QtSharp].


= About =
= About =
Line 40: Line 40:


* '''Qyoto C# tutorial:''' http://zetcode.com/tutorials/qyotosharptutorial/
* '''Qyoto C# tutorial:''' http://zetcode.com/tutorials/qyotosharptutorial/
* An earlier attempt at creating C# bindings for Qt was called [[Development/Languages/QtSharp|QtSharp]].

Latest revision as of 22:20, 31 October 2017



UPDATE: Qyoto has been obsoleted. There's a replacement project in development called QtSharp.

About

Qyoto makes it possible to develop Qt applications using C#, or any other .NET language. Qyoto uses SMOKE, and offers access to almost all Qt classes. It is free and open source with the LGPL license.

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:

Documentation

Discussions & Support

Other Resources