Languages/QtSharp: Difference between revisions

From KDE TechBase
No edit summary
(Fixed link to the Qyoto project.)
Line 1: Line 1:
[http://qtcsharp.sourceforge.net/ Qt#] was an attempt to create a set of classes that bind the C# language to the Qt toolkit.  The bindings appear abandoned based on the [http://qtcsharp.sourceforge.net/ Qt# home page].
[http://qtcsharp.sourceforge.net/ Qt#] was an attempt to create a set of classes that bind the C# language to the Qt toolkit.  The bindings appear abandoned based on the [http://qtcsharp.sourceforge.net/ Qt# home page].


The [http://cougarpc.net/qyoto/index.php Qyoto/Kimono project] are [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 [http://www.qyoto.org/ Qyoto/Kimono project] are [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.


[http://www.mono-project.org/ Mono] is an open source implementation of the .NET Development Framework.
[http://www.mono-project.org/ Mono] is an open source implementation of the .NET Development Framework.


[[Category:CSharp]]
[[Category:CSharp]]

Revision as of 17:45, 28 June 2008

Qt# was an attempt to create a set of classes that bind the C# language to the Qt toolkit. The bindings appear abandoned based on the Qt# home page.

The Qyoto/Kimono project are 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.

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