Difference between revisions of "WxWidgets"
Line 2: | Line 2: | ||
[http://www.wxwidgets.org wxWidgets] (formerly [http://www.wxwidgets.org wxWindows]) provides a single, easy-to-use API/Framework for writing applications (GUI applications supported) on multiple platforms and languages (see below for a partial list of supported platforms and languages). | [http://www.wxwidgets.org wxWidgets] (formerly [http://www.wxwidgets.org wxWindows]) provides a single, easy-to-use API/Framework for writing applications (GUI applications supported) on multiple platforms and languages (see below for a partial list of supported platforms and languages). | ||
+ | |||
It allows you to use one single source code on many different operative systems and platforms with very little (if any at all) code modifications, makeing the code and application portability as easy as it can get. | It allows you to use one single source code on many different operative systems and platforms with very little (if any at all) code modifications, makeing the code and application portability as easy as it can get. | ||
Line 13: | Line 14: | ||
*[http://www.wxwindows.org/wxuniv.htm wxUniversal]: Supporting natively any platform | *[http://www.wxwindows.org/wxuniv.htm wxUniversal]: Supporting natively any platform | ||
*[[wxBase]]: Text-only support | *[[wxBase]]: Text-only support | ||
− | *[http:// | + | *[http://wxbasic.sourceforge.net wxBasic]: For [http://en.wikipedia.org/wiki/BASIC_programming_language Basic] language |
*[http://www.wxwidgets.org wxCocoa]: For [http://www.apple.com/macosx MacOS X]/[http://developer.apple.com/cocoa Cocoa] '''(Under development)''' | *[http://www.wxwidgets.org wxCocoa]: For [http://www.apple.com/macosx MacOS X]/[http://developer.apple.com/cocoa Cocoa] '''(Under development)''' | ||
− | *[http:// | + | *[http://elj.sourceforge.net/projects/gui/ewxw wxEiffel]: For the [http://en.wikipedia.org/wiki/Eiffel_programming_language Eiffel] programming language |
*[http://www.wxwidgets.org/manuals/2.5.3/wx_wxgtkport.html wxGTK]: For [http://www.gtk.org GTK]+ versions 1 and 2 on [http://www.unix.org Unix] | *[http://www.wxwidgets.org/manuals/2.5.3/wx_wxgtkport.html wxGTK]: For [http://www.gtk.org GTK]+ versions 1 and 2 on [http://www.unix.org Unix] | ||
− | *[http:// | + | *[http://wxhaskell.sourceforge.net wxHaskell]: For the [http://www.haskell.org Haskell] programming language |
− | + | *[http://www.steveperkins.net/request.jsp?page=wxjava wxJava]: For the [http://java.sun.com Java] programming language | |
− | *[http://www.wxwidgets.org/manuals/2.5.3/ | + | *[http://www.luascript.thersgb.net wxLua]: For [http://www.lua.org Lua] language |
+ | *[http://www.wxwidgets.org/manuals/2.5.3/wx_wxmacport.html wxMac]: For [http://www.apple.com/macosx MacOS X]/[http://developer.apple.com/carbon Carbon], [http://www.apple.com/macosx MacOS] Classic | ||
*[http://www.wxwidgets.org/manuals/2.5.3/wx_wxmglport.html wxMGL]: Using the multi-platform [http://www.scitechsoft.com/products/dev/mgl_home.html MGL] library | *[http://www.wxwidgets.org/manuals/2.5.3/wx_wxmglport.html wxMGL]: Using the multi-platform [http://www.scitechsoft.com/products/dev/mgl_home.html MGL] library | ||
− | *[http:// | + | *[http://www.wxwindows.org/embedded.htm#wxmwin wxMicroWindows]: Port for [http://www.microwindows.org Microwindows] |
*[http://www.wxwindows.org/dl_x11.htm wxMotif]: For [http://www.opengroup.org/motif Motif] language '''(No longer maintained)''' | *[http://www.wxwindows.org/dl_x11.htm wxMotif]: For [http://www.opengroup.org/motif Motif] language '''(No longer maintained)''' | ||
+ | *[http://www.wxwidgets.org/manuals/2.5.3/wx_wxmswport.html wxMSW]: [http://www.microsoft.com/windows Windows] (32 and 64 bits). | ||
+ | *[http://www.wxwindows.org/embedded.htm#wxnanox wxNano-X]: Port for [http://www.microwindows.org Nano-X] | ||
+ | *[http://www.wxwidgets.org/manuals/2.5.3/wx_wxos2port.html wxOS2]: [http://www.mit.edu:8001/activities/os2/os2world.html OS/2] support | ||
+ | *[http://www.wxwindows.org/embedded.htm#wxpalmos wxPalmOS]: Port for [http://www.palmos.com PalmOS] | ||
*[http://wxperl.sourceforge.net wxPerl]: For [http://www.perl.org Perl] language | *[http://wxperl.sourceforge.net wxPerl]: For [http://www.perl.org Perl] language | ||
*[http://www.wxpython.org wxPython]: For [http://www.python.org Python] language support | *[http://www.wxpython.org wxPython]: For [http://www.python.org Python] language support | ||
+ | *[http://www.wxwidgets.org wxQt]: For [http://www.trolltech.com/products/qt Qt] libraries on [http://www.unix.org Unix] '''(Under development)''' | ||
+ | *[http://wxruby.rubyforge.org wxRuby]: For the [http://www.ruby-lang.org Ruby] programming language | ||
*[http://membres.lycos.fr/awaken wxTCL]: For [http://tcl.sourceforge.net TCL] language support | *[http://membres.lycos.fr/awaken wxTCL]: For [http://tcl.sourceforge.net TCL] language support | ||
− | |||
− | |||
*[http://www.wxwindows.org/embedded.htm#wxwince wxWinCE]: Port for [http://www.microsoft.com/windowsmobile WinCE/Mobile] | *[http://www.wxwindows.org/embedded.htm#wxwince wxWinCE]: Port for [http://www.microsoft.com/windowsmobile WinCE/Mobile] | ||
− | *[http://www. | + | *[http://www.wxwidgets.org/manuals/2.5.3/wx_wxx11port.html wxX11]: For [http://www.xfree86.org XLib] on [http://www.unix.org Unix][http://www.microsoft.com/windows Windows] 16 bits is '''no longer maintained''' |
− | + | *[http://wxnet.sourceforge.net wx.Net]: For the [http://www.microsoft.com/net .Net] platform | |
− | *other ports such as wxCurses, wxJavaScript, wxNextStep | + | *other ports such as wxBEOS, wxCurses, wxGEOS, wxJavaScript, wxNextStep, etc... |
To download the latest [http://www.wxwidgets.org wxWidgets] read [[wx-cvs|this document]]. | To download the latest [http://www.wxwidgets.org wxWidgets] read [[wx-cvs|this document]]. |
Revision as of 20:00, 30 November 2004
What is wxWidgets ?
wxWidgets (formerly wxWindows) provides a single, easy-to-use API/Framework for writing applications (GUI applications supported) on multiple platforms and languages (see below for a partial list of supported platforms and languages).
It allows you to use one single source code on many different operative systems and platforms with very little (if any at all) code modifications, makeing the code and application portability as easy as it can get.
As an overview, it supports advanced features such as clipboard, drag&drop, printing, networking, editting and viewing graphics, multithreading, handling signals and events, system calls, file access, etc...
Even more, wxWidgets grant's the look'n'feel and behaviour of your application will remain exactly the same whatever platform you port it to.
Depending on the platform wxWidgets are running on, the libraries the application is going to be linked to, and the programming or scripting language it is written in, the following wxWidgets supports are available:
- wxUniversal: Supporting natively any platform
- wxBase: Text-only support
- wxBasic: For Basic language
- wxCocoa: For MacOS X/Cocoa (Under development)
- wxEiffel: For the Eiffel programming language
- wxGTK: For GTK+ versions 1 and 2 on Unix
- wxHaskell: For the Haskell programming language
- wxJava: For the Java programming language
- wxLua: For Lua language
- wxMac: For MacOS X/Carbon, MacOS Classic
- wxMGL: Using the multi-platform MGL library
- wxMicroWindows: Port for Microwindows
- wxMotif: For Motif language (No longer maintained)
- wxMSW: Windows (32 and 64 bits).
- wxNano-X: Port for Nano-X
- wxOS2: OS/2 support
- wxPalmOS: Port for PalmOS
- wxPerl: For Perl language
- wxPython: For Python language support
- wxQt: For Qt libraries on Unix (Under development)
- wxRuby: For the Ruby programming language
- wxTCL: For TCL language support
- wxWinCE: Port for WinCE/Mobile
- wxX11: For XLib on UnixWindows 16 bits is no longer maintained
- wx.Net: For the .Net platform
- other ports such as wxBEOS, wxCurses, wxGEOS, wxJavaScript, wxNextStep, etc...
To download the latest wxWidgets read this document.
Links in this wiki regarding wxWidgets:
- Get wxWidgets CVS
- Manual wxWidgets compilation
- Check if wx is installed twice (since having it installed twice is a common source of compilation problems)
- Using another wxWidgets installation
- How to uninstall wxWidgets
NOTE: aMule is a separate project and is not realated to wxWidgets in any way (apart from using it as it's widgets library).