Languages/QtSharp: Difference between revisions

From KDE TechBase
No edit summary
(Update link to mono project and remove dead link to forum)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="border: 1px solid red; padding: 6px;">If you're looking for information on developing Qt/KDE applications using C# or any other .NET language, see the [[Development/Languages/Qyoto|Qyoto]] page instead.</div>
[https://gitlab.com/ddobrev/QtSharp Qt#] is a set of classes that bind the C# language to the Qt toolkit.  The bindings are in active development.
[https://gitlab.com/ddobrev/QtSharp Qt#] is a set of classes that bind the C# language to the Qt toolkit.  The bindings are in active development.


The [http://ekarchive.elikirk.com/david/qyoto/ Qyoto/Kimono project] were [http://techbase.kde.org/Development/Languages/Smoke SMOKE] based bindings which use the mono C# compiler for use with Qt and KDE that are very similar to C++/Qt syntax but with the addition of the unique syntactic constructs of C#. Because .NET is a multi-language VM, a variety of languages should be able to access the bindings. The Qyoto binding is no longer in development.
The [http://ekarchive.elikirk.com/david/qyoto/ Qyoto/Kimono project] were [http://techbase.kde.org/Development/Languages/Smoke SMOKE] based bindings which use the mono C# compiler for use with Qt and KDE that are very similar to C++/Qt syntax but with the addition of the unique syntactic constructs of C#. Because .NET is a multi-language VM, a variety of languages should be able to access the bindings. The Qyoto binding is no longer in development.


[http://www.mono-project.org/ Mono] is an open source implementation of the .NET Development Framework.
[https://www.mono-project.com/ Mono] is an open source implementation of the .NET Development Framework.
 
[http://go-mono.com/forums/#nabble-to21427284|a21502767 Discussion] on the Mono Mailinglist about the project progress.
 


[http://ometer.com/desktop-language.html Mono Concerns]
[http://ometer.com/desktop-language.html Mono Concerns]

Latest revision as of 04:18, 29 November 2022

Qt# is a set of classes that bind the C# language to the Qt toolkit. The bindings are in active development.

The Qyoto/Kimono project were SMOKE based bindings which use the mono C# compiler for use with Qt and KDE that are very similar to C++/Qt syntax but with the addition of the unique syntactic constructs of C#. Because .NET is a multi-language VM, a variety of languages should be able to access the bindings. The Qyoto binding is no longer in development.

Mono is an open source implementation of the .NET Development Framework.

Mono Concerns

RMS on Mono