wx.NET CLI wrapper for wxWidgets

来源:互联网 发布:js andftp 编辑:程序博客网 时间:2024/05/22 04:24

wx.NET is a .NET Common Language Infrastructure (CLI) wrapper for wxWidgets. It is composed of two parts:

  • wx-c is a C++ library which exposes the wxWidgets API as a collection of C# friendly functions.
  • wx.NET is a .NET assembly written in C# which parallels the wxWidgets class hierarchy.

wx.NET can be used with various implementations of the CLI, including .NET, Mono, and DotGNU Portable.NET. If you are not familiar with the wxWidgets library, you may be interested in some screenshots of wxWidgets and wx.NET.

ImageViewer Tutorial :http://wxnet.sourceforge.net/tutorial/tutorial.html

原创粉丝点击