BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Build Cross Platform Applications with Xwt

Build Cross Platform Applications with Xwt

This item in japanese

Bookmarks

Xwt is .NET Framework based open source cross platform UI toolkit for Mono and .NET and is built on top of the native widget toolkit of each supported platform using a common API. It is primarily used for the creation of desktop applications that run on multiple platforms from the same codebase. The applications created using Xwt will look and feel native in the relevant platform.

Xwt can be used either as a standalone framework to create an entire application or can be embedded into an existing host. It allows developers to develop the core part of the application using native components and make use of Xwt for the creation of specific modules such as dialog boxes, message boxes etc.

The latest release of Xwt includes the following features

  • Support for GTK, Cocoa (Mac) and WPF (Windows)
  • Ability to make use of more than one backend in the same application
  • Widget library
  • Drawing API
  • Extensible
  • Ability to plug new backends
  • Ability to extend existing backends
  • Embed user interfaces inside a native UI

The XWT toolkit includes the relevant libraries for Windows, MacOS X and Linux. In order to generate the required libraries, open Xwt.sln with either Visual Studio 2012 or MonoDevelop and build the solution. For example, if you build a WPF application in Windows you need to make use of Xwt.dll and Xwt.WPF.dll.

In order to create content for your application you need to make use of widgets. XWT ships with numerous widgets which inherit from Xwt.Widget abstract base class.

Rate this Article

Adoption
Style

BT