Languages/Qyoto: Difference between revisions

From KDE TechBase
(→‎Binary Packages: fixed broken links)
No edit summary
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:


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


Line 22: Line 24:
* [http://packages.ubuntu.com/lucid/qyoto-dev Ubuntu] (only available until 10.04)
* [http://packages.ubuntu.com/lucid/qyoto-dev Ubuntu] (only available until 10.04)
* Arch Linux
* Arch Linux
* [http://download.kde.org/stable/csharp-qt/4.0.6/win32/CSharpQt-Windows-4.0.6.7z Windows] - works with the Qt MinGW version
* [http://download.kde.org/stable/csharp-qt/4.0.7/win32/CSharpQt-Windows-4.0.7.7z Windows] - works with the Qt MinGW version
* [http://download.kde.org/stable/csharp-qt/4.0.6/osx/CSharpQt-OSX-4.0.6.7z OS X] - as a requirement you also need [http://download.kde.org/stable/csharp-qt/4.0.4/osx/MonoFramework-MRE-3.0.0.macos10.monobjc.universal.dmg.mirrorlist 64-bit Mono]
* [http://download.kde.org/stable/csharp-qt/4.0.6/osx/CSharpQt-OSX-4.0.6.7z OS X] - as a requirement you also need [http://download.kde.org/stable/csharp-qt/4.0.4/osx/MonoFramework-MRE-3.0.0.macos10.monobjc.universal.dmg.mirrorlist 64-bit Mono]


Line 38: 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]].

Revision as of 19:54, 10 October 2015



UPDATE: Qyoto has been obsoleted. There's a replacement project in development at [1].

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