Languages/Qyoto: Difference between revisions
(Nicer link for replacement project) |
|||
(31 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
UPDATE: Qyoto has been obsoleted. There's a replacement project in development called [https://gitlab.com/ddobrev/QtSharp QtSharp]. | |||
= About = | = About = | ||
Qyoto makes it possible to develop Qt | Qyoto makes it possible to develop Qt applications using C#, or any other .NET language. Qyoto uses [[Development/Languages/Smoke|SMOKE]], and offers access to almost all Qt classes. It is free and open source with the LGPL license. | ||
= Source Code = | = Source Code = | ||
Qyoto is part of the kdebindings module in the KDE | Qyoto is part of the kdebindings module in the KDE git repository. | ||
$ git clone git://anongit.kde.org | $ git clone git://anongit.kde.org/assemblygen | ||
You can also [https://projects.kde.org/projects/kde/kdebindings/csharp/ | You can also [https://projects.kde.org/projects/kde/kdebindings/csharp/assemblygen/repository browse the source online]. | ||
= Binary Packages = | = Binary Packages = | ||
Line 19: | Line 21: | ||
Pre-built binary packages are available in the following distributions: | Pre-built binary packages are available in the following distributions: | ||
* [http://packages.debian.org/ | * [http://packages.debian.org/squeeze/qyoto-dev Debian] | ||
* [http://packages.ubuntu.com/ | * [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.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] | |||
= Documentation = | |||
* '''On-line documentation:''' [http://api.kde.org/qyoto-api/index.html http://api.kde.org/qyoto-api/index.html]. | |||
* '''Off-line documentation:''' [http://download.kde.org/stable/csharp-qt/4.0.6/docs/CSharpQt-Documentation-4.0.6.tar.gz]. | |||
= Discussions & Support = | = Discussions & Support = | ||
Line 31: | Line 39: | ||
= Other Resources = | = Other Resources = | ||
* | * '''Qyoto C# tutorial:''' http://zetcode.com/tutorials/qyotosharptutorial/ |
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:
- Debian
- Ubuntu (only available until 10.04)
- Arch Linux
- Windows - works with the Qt MinGW version
- OS X - as a requirement you also need 64-bit Mono
Documentation
- On-line documentation: http://api.kde.org/qyoto-api/index.html.
- Off-line documentation: [1].
Discussions & Support
- Mailing List: [email protected].
- IRC Channel: #kde-bindings on irc.freenode.net.
Other Resources
- Qyoto C# tutorial: http://zetcode.com/tutorials/qyotosharptutorial/