wxwidgets
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 62
wxWidgets 2.8.4
wxWidgets is C++ cross-platform GUI library with native look and feel. more>>
wxWidgets is a cross-platform C++ GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation.
wxWidgets uses native widgets on all platforms whenever possible and fills missing gaps on some platforms using generic controls written with wxWidgets itself.
<<lesswxWidgets uses native widgets on all platforms whenever possible and fills missing gaps on some platforms using generic controls written with wxWidgets itself.
Download (MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
896 downloads
Alien::wxWidgets 0.21
Alien::wxWidgets is a Perl module for building, finding and using wxWidgets binaries. more>>
Alien::wxWidgets is a Perl module for building, finding and using wxWidgets binaries.
SYNOPSIS
use Alien::wxWidgets < options >;
my $version = Alien::wxWidgets->version;
my $config = Alien::wxWidgets->config;
my $compiler = Alien::wxWidgets->compiler;
my $linker = Alien::wxWidgets->linker;
my $include_path = Alien::wxWidgets->include_path;
my $defines = Alien::wxWidgets->defines;
my $cflags = Alien::wxWidgets->c_flags;
my $linkflags = Alien::wxWidgets->link_flags;
my $libraries = Alien::wxWidgets->libraries( qw(gl adv core base) );
my @libraries = Alien::wxWidgets->link_libraries( qw(gl adv core base) );
my @implib = Alien::wxWidgets->import_libraries( qw(gl adv core base) );
my @shrlib = Alien::wxWidgets->shared_libraries( qw(gl adv core base) );
my @keys = Alien::wxWidgets->library_keys; # gl, adv, ...
my $library_path = Alien::wxWidgets->shared_library_path;
my $key = Alien::wxWidgets->key;
my $prefix = Alien::wxWidgets->prefix;
Please see Alien for the manifesto of the Alien namespace.
In short Alien::wxWidgets can be used to detect and get configuration settings from an installed wxWidgets.
<<lessSYNOPSIS
use Alien::wxWidgets < options >;
my $version = Alien::wxWidgets->version;
my $config = Alien::wxWidgets->config;
my $compiler = Alien::wxWidgets->compiler;
my $linker = Alien::wxWidgets->linker;
my $include_path = Alien::wxWidgets->include_path;
my $defines = Alien::wxWidgets->defines;
my $cflags = Alien::wxWidgets->c_flags;
my $linkflags = Alien::wxWidgets->link_flags;
my $libraries = Alien::wxWidgets->libraries( qw(gl adv core base) );
my @libraries = Alien::wxWidgets->link_libraries( qw(gl adv core base) );
my @implib = Alien::wxWidgets->import_libraries( qw(gl adv core base) );
my @shrlib = Alien::wxWidgets->shared_libraries( qw(gl adv core base) );
my @keys = Alien::wxWidgets->library_keys; # gl, adv, ...
my $library_path = Alien::wxWidgets->shared_library_path;
my $key = Alien::wxWidgets->key;
my $prefix = Alien::wxWidgets->prefix;
Please see Alien for the manifesto of the Alien namespace.
In short Alien::wxWidgets can be used to detect and get configuration settings from an installed wxWidgets.
Download (0.10MB)
Added: 2006-09-02 License: Perl Artistic License Price:
1151 downloads
wxSand 4
wxSand is a Falling Sand Game. more>>
wxSand is a Falling Sand Game is a particle toy - you can play with different elements, explore how they interact, and, in some reimplementations, make your own elements.
It is great fun to make interactive structures, ecosystems, and toys in a Falling Sand Game.
First of all, mad props go out to the original creator of this game. Great idea. I only wish I could read Japanese... Heres a link to the original, or at least as close to the original as I can find (Again, without knowing how to read Japanese.)
http://ishi.blog2.fc2.com/blog-entry-158.html
Having wasted hours of productivity on the Java verison of the Falling Sand Game, I began to think of improvements that could be made from the original. No source was available for the original, and Java isnt my choice programming language, that I decided to start de novo with C/C++ and the cross-platform wxWidgets.
(I leave it to you Java fans out there to make your own improved Falling Sand Game.)
I tend to feel that The Falling Sand Game should be more of a Zen experience than anything else. I also belive that the game should be as cyclic as possible, so that environments can run and evolve for long periods of time. Finally, I realized the close connection of The Sand Game with the game of Life: Whereby, with a few very simple rules, and some starting conditions, you can create a very unpredictable outcome.
Of course, the original is pretty sweet. So Ive make a version with my own rules, and one with the original rules, and then one with the original rules plus some neat extra items. I have implemented many, many more interactions and elements than the original version. Discover them as you play.
Version 2 has no fire (Versions 3 & 4 do, though.) I dont like how easy it is to destroy everything. It also doesnt have any free-moving characters. I feel they distract attention from the evolution of the field.
Originally, I didnt want to make this Open Source. I think it takes away from the mysticism of the game. Those of you that are so inclined should be able to see the simple algorithm. Note the close connection with the game of Life. Also note the impossible situations, like unequalized water levels. These arent shortcomings of the game, but instead interesting artifacts of the rules of this alternate reality!
<<lessIt is great fun to make interactive structures, ecosystems, and toys in a Falling Sand Game.
First of all, mad props go out to the original creator of this game. Great idea. I only wish I could read Japanese... Heres a link to the original, or at least as close to the original as I can find (Again, without knowing how to read Japanese.)
http://ishi.blog2.fc2.com/blog-entry-158.html
Having wasted hours of productivity on the Java verison of the Falling Sand Game, I began to think of improvements that could be made from the original. No source was available for the original, and Java isnt my choice programming language, that I decided to start de novo with C/C++ and the cross-platform wxWidgets.
(I leave it to you Java fans out there to make your own improved Falling Sand Game.)
I tend to feel that The Falling Sand Game should be more of a Zen experience than anything else. I also belive that the game should be as cyclic as possible, so that environments can run and evolve for long periods of time. Finally, I realized the close connection of The Sand Game with the game of Life: Whereby, with a few very simple rules, and some starting conditions, you can create a very unpredictable outcome.
Of course, the original is pretty sweet. So Ive make a version with my own rules, and one with the original rules, and then one with the original rules plus some neat extra items. I have implemented many, many more interactions and elements than the original version. Discover them as you play.
Version 2 has no fire (Versions 3 & 4 do, though.) I dont like how easy it is to destroy everything. It also doesnt have any free-moving characters. I feel they distract attention from the evolution of the field.
Originally, I didnt want to make this Open Source. I think it takes away from the mysticism of the game. Those of you that are so inclined should be able to see the simple algorithm. Note the close connection with the game of Life. Also note the impossible situations, like unequalized water levels. These arent shortcomings of the game, but instead interesting artifacts of the rules of this alternate reality!
Download (4.4MB)
Added: 2006-11-17 License: Freeware Price:
3374 downloads
wyoGuide 1.0.4
wyoGuide is a guide and a tutorial for developing well-designed cross-platform applications. more>>
wyoGuide is a guide and a tutorial for developing well-designed cross-platform applications. Where possible any guideline is accompanied with sample code. The included fully working demo application applies all these guidelines and is well suited as a starting code base for your own projects.
wyoGuides main goal is to show how to develop the GUI of your application suitable for any platform. Development with these guidelines gives your application a professional set of base functionality. Application applying these guidelines should allow for ease of use, so a user might immediately feel comfortable.
There is no limitation to use these guidelines with other languages or with other frameworks. The only obstacle is you have to write any code yourself until somebody volunteers to submit code samples to wyoGuide. So far there is only code written in C++ using the wxWidgets framework.
wyoGuide is a work in progress which means not all functionality is specified yet. This leaves a lot of room for improvement if you feel so. wyoGuide is thought for helping you but its also thought for you to help others. Any suggestion for improvement is welcomed (see feedback). These guidelines should and hopefully will get to a state where they simply are just usable.
<<lesswyoGuides main goal is to show how to develop the GUI of your application suitable for any platform. Development with these guidelines gives your application a professional set of base functionality. Application applying these guidelines should allow for ease of use, so a user might immediately feel comfortable.
There is no limitation to use these guidelines with other languages or with other frameworks. The only obstacle is you have to write any code yourself until somebody volunteers to submit code samples to wyoGuide. So far there is only code written in C++ using the wxWidgets framework.
wyoGuide is a work in progress which means not all functionality is specified yet. This leaves a lot of room for improvement if you feel so. wyoGuide is thought for helping you but its also thought for you to help others. Any suggestion for improvement is welcomed (see feedback). These guidelines should and hopefully will get to a state where they simply are just usable.
Download (0.13MB)
Added: 2006-02-13 License: Open Software License Price:
1349 downloads
wxPropertyGrid 1.2.8
wxPropertyGrid is a property sheet control for wxWidgets. more>>
wxPropertyGrid is a property sheet control for wxWidgets.
wxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, string arrays, and colours.
<<lesswxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, string arrays, and colours.
Download (0.88MB)
Added: 2007-07-09 License: Open Software License Price:
838 downloads
wxPerl 0.76
wxPerl is a Perl wrapper for the awesome wxWidgets cross-platform GUI toolkit with native look and feel. more>>
wxPerl is a Perl wrapper for the awesome wxWidgets cross-platform GUI toolkit with native look and feel.
wxPerl allows the creation of applications that can run on Unices, Windows, Mac OS X with native look and feel. Whenever possible the underlying wxWidgets toolkit uses the platforms native control, emulating it when not available.
<<lesswxPerl allows the creation of applications that can run on Unices, Windows, Mac OS X with native look and feel. Whenever possible the underlying wxWidgets toolkit uses the platforms native control, emulating it when not available.
Download (0.32MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
808 downloads
wxAUI 0.9.2
wxAUI is an Advanced User Interface library for the wxWidgets toolkit. more>>
wxAUI is an Advanced User Interface library for the wxWidgets toolkit.
wxAUI is an Advanced User Interface library that aims to implement "cutting-edge" interface usability and design features so developers can quickly and easily create beautiful and usable application interfaces.
wxAUI attempts to encapsulate the following aspects of the user interface:
Frame Management: Frame management provides the means to open, move and hide common controls that are needed to interact with the document, and allow these configurations to be saved into different perspectives and loaded at a later time.
Toolbars: Toolbars are a specialized subset of the frame management system and should behave similarly to other docked components. However, they also require additional functionality, such as "spring-loaded" rebar support, "chevron" buttons and end-user customizability.
Modeless Controls: Modeless controls expose a tool pallete or set of options that float above the application content while allowing it to be accessed. Usually accessed by the toolbar, these controls disappear when an option is selected, but may also be "torn off" the toolbar into a floating frame of their own.
Look and Feel: Look and feel encompasses the way controls are drawn, both when shown statically as well as when they are being moved. This aspect of user interface design incorporates "special effects" such as transparent window dragging as well as frame animation.
wxAUI adheres to the following principles:
Use native floating frames to obtain a native look and feel for all platforms
Use existing wxWidgets code where possible, such as sizer implementation for frame management
Use classes included in wxCore and wxBase only
Use standard wxWidgets coding conventions
Enhancements:
- This release adds support for wxMac.
- It includes better support for wxWidgets 2.6.3, as well as fixes for display glitches, crashes, and other minor bugs.
<<lesswxAUI is an Advanced User Interface library that aims to implement "cutting-edge" interface usability and design features so developers can quickly and easily create beautiful and usable application interfaces.
wxAUI attempts to encapsulate the following aspects of the user interface:
Frame Management: Frame management provides the means to open, move and hide common controls that are needed to interact with the document, and allow these configurations to be saved into different perspectives and loaded at a later time.
Toolbars: Toolbars are a specialized subset of the frame management system and should behave similarly to other docked components. However, they also require additional functionality, such as "spring-loaded" rebar support, "chevron" buttons and end-user customizability.
Modeless Controls: Modeless controls expose a tool pallete or set of options that float above the application content while allowing it to be accessed. Usually accessed by the toolbar, these controls disappear when an option is selected, but may also be "torn off" the toolbar into a floating frame of their own.
Look and Feel: Look and feel encompasses the way controls are drawn, both when shown statically as well as when they are being moved. This aspect of user interface design incorporates "special effects" such as transparent window dragging as well as frame animation.
wxAUI adheres to the following principles:
Use native floating frames to obtain a native look and feel for all platforms
Use existing wxWidgets code where possible, such as sizer implementation for frame management
Use classes included in wxCore and wxBase only
Use standard wxWidgets coding conventions
Enhancements:
- This release adds support for wxMac.
- It includes better support for wxWidgets 2.6.3, as well as fixes for display glitches, crashes, and other minor bugs.
Download (0.059MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1288 downloads
WxExtLib 0.84.0018
WxExtLib is a C++ library with extensions for the wxWidgets cross-platform UI library. more>>
WxExtLib is a C++ library with extensions for the wxWidgets cross-platform UI library. The project contains control validators for immediate status output, an extended message box class, various helper functions, a few new controls, and more.
Enhancements:
- Some adaptions were made to better work with new wxWidgets versions.
- Small changes were made for integration with WinXP.
- WxExtLibConfig was reorganized.
- The wxWindowAdder class was added.
- Refactoring was done from wxExtDialog to wxExtDlgBase.
- The wxOverlayAdder class was added.
- The wxNonModalDialogManag class was added.
- The StatusValidators source code was converted to use generic includes instead of macros.
- wxTextCtrlStatusValidator now also works with wxChoice, wxListBox, and wxComboBox controls.
- A variant of WxMessageFormat was added to work with std::string.
<<lessEnhancements:
- Some adaptions were made to better work with new wxWidgets versions.
- Small changes were made for integration with WinXP.
- WxExtLibConfig was reorganized.
- The wxWindowAdder class was added.
- Refactoring was done from wxExtDialog to wxExtDlgBase.
- The wxOverlayAdder class was added.
- The wxNonModalDialogManag class was added.
- The StatusValidators source code was converted to use generic includes instead of macros.
- wxTextCtrlStatusValidator now also works with wxChoice, wxListBox, and wxComboBox controls.
- A variant of WxMessageFormat was added to work with std::string.
Download (0.18MB)
Added: 2007-04-20 License: zlib/libpng License Price:
919 downloads
Wx::build::MakeMaker 0.57
Wx::build::MakeMaker is a Perl module with ExtUtils::MakeMaker specialization for wxPerl modules. more>>
Wx::build::MakeMaker is a Perl module with ExtUtils::MakeMaker specialization for wxPerl modules.
SYNOPSIS
use Wx::build::MakeMaker;
wxWriteMakefile( NAME => My::Module, VERSION_FROM => Module.pm );
FUNCTIONS
wxWriteMakefile
wxWriteMakefile( arameter => value, ... );
This functions is meant to be used exactly as ExtUtils::MakeMaker::WriteMakefile (see). It accepts all WriteMakefiles parameters, plus:
WX_CORE_LIB
WX_CORE_LIB => xrc core base
link libraries from wxWidgets core or contrib directory. If not spedified, defaults to adv html core net base for compatibility.
WX_LIB
WX_LIB => -lxrc
Link additional libraries from wxWidgets contrib directory.
REQUIRE_WX
REQUIRE_WX => 2.003002 # wxWidgets 2.3.2
Do not build this module if wxWidgets version is lower than the version specified.
NO_WX_PLATFORMS
NO_WX_PLATFORMS => [ x11, msw ]
Do not build this module on the specified platform(s).
ON_WX_PLATFORMs
ON_WX_PLATFORMS => [ gtk ]
only build this module on the specified platform(s).
<<lessSYNOPSIS
use Wx::build::MakeMaker;
wxWriteMakefile( NAME => My::Module, VERSION_FROM => Module.pm );
FUNCTIONS
wxWriteMakefile
wxWriteMakefile( arameter => value, ... );
This functions is meant to be used exactly as ExtUtils::MakeMaker::WriteMakefile (see). It accepts all WriteMakefiles parameters, plus:
WX_CORE_LIB
WX_CORE_LIB => xrc core base
link libraries from wxWidgets core or contrib directory. If not spedified, defaults to adv html core net base for compatibility.
WX_LIB
WX_LIB => -lxrc
Link additional libraries from wxWidgets contrib directory.
REQUIRE_WX
REQUIRE_WX => 2.003002 # wxWidgets 2.3.2
Do not build this module if wxWidgets version is lower than the version specified.
NO_WX_PLATFORMS
NO_WX_PLATFORMS => [ x11, msw ]
Do not build this module on the specified platform(s).
ON_WX_PLATFORMs
ON_WX_PLATFORMS => [ gtk ]
only build this module on the specified platform(s).
Download (0.32MB)
Added: 2006-09-27 License: Perl Artistic License Price:
1123 downloads
wxHatch 1.43
wxHatch is an IDE for Linux, Solaris, FreeBSD, and Windows, built with and for wxWidgets users. more>>
wxHatch is intended as a gui building block to put together basic wxWidgets applications, with the ability to automatically generate makefiles, design and manipulate menus, and to incorporate code samples and dialogs.
wxWidgets. No warranty of any kind, either for the code or programs constructed with wxHatch. The code is all copyright and may not be reproduced witout the wxWidgets Licence.
wxhatch generates new wxwidgets projects, with a main frame and text or drawing/imaging window, provides a simple code editor, generates makefiles and calls the compiler for wxwidgets projects. wxhatch also provides a rapid means to manipulate menus (including drag and drop) and to locate the menu response code. It provides context-help on wxwidgets keywords.
<<lesswxWidgets. No warranty of any kind, either for the code or programs constructed with wxHatch. The code is all copyright and may not be reproduced witout the wxWidgets Licence.
wxhatch generates new wxwidgets projects, with a main frame and text or drawing/imaging window, provides a simple code editor, generates makefiles and calls the compiler for wxwidgets projects. wxhatch also provides a rapid means to manipulate menus (including drag and drop) and to locate the menu response code. It provides context-help on wxwidgets keywords.
Download (3.7MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
969 downloads
Bitswash 0.0.4
Bitswash software is a crossplatform Bittorrent client. more>>
Bitswash software is a crossplatform Bittorrent client.
Bitswash is a cross platform Bittorrent client built on wxWidgets and libtorrent. It supports multiple torrent downloading, automatic queue management, and other extensions supported by the libtorrent library.
<<lessBitswash is a cross platform Bittorrent client built on wxWidgets and libtorrent. It supports multiple torrent downloading, automatic queue management, and other extensions supported by the libtorrent library.
Download (2.2MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
809 downloads
guitest 0.3.1
guitest is a Python helper library for testing Python GUI applications. more>>
guitest is a Python helper library for testing Python GUI applications. pyGTK support is most mature, and support for other toolkits is in progress.
guitest is a simple GTK application with its unit tests and doctests to demonstrate usage is provided in the package.
Documentation is severely lacking at the moment; you might find my EuroPython 2005 presentation (OO.org Impress, PDF) useful, although it is a bit outdated. Doctests are also very useful because they are always up to date.
Usage:
See python scripts in the examples subdirectory. There is no real
documentation yet, you may want to look into the EuroPython 2005 presentation
in OpenOffice.org Impress format (ep2005.sxi) which has a broad overview.
Doctests (see guitest/tests/*.py), although verbose, may be useful as
they are always up to date.
Enhancements:
- Very preliminary support for wxWidgets and Tkinter applications was added.
- A few minor bugs were fixed.
<<lessguitest is a simple GTK application with its unit tests and doctests to demonstrate usage is provided in the package.
Documentation is severely lacking at the moment; you might find my EuroPython 2005 presentation (OO.org Impress, PDF) useful, although it is a bit outdated. Doctests are also very useful because they are always up to date.
Usage:
See python scripts in the examples subdirectory. There is no real
documentation yet, you may want to look into the EuroPython 2005 presentation
in OpenOffice.org Impress format (ep2005.sxi) which has a broad overview.
Doctests (see guitest/tests/*.py), although verbose, may be useful as
they are always up to date.
Enhancements:
- Very preliminary support for wxWidgets and Tkinter applications was added.
- A few minor bugs were fixed.
Download (0.014MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
wxMaxima 0.7.3
wxMaxima is a wxWidgets GUI for the computer algebra system maxima. more>>
wxMaxima project is a wxWidgets GUI for the computer algebra system maxima.
Since it is written with wxWidgets, it runs on multiple platforms in native widget sets. Most of maxima functions are accessible through menus, some have dialogs.
The input line has command history (up-key, down-key) and completion based on previous input (tab-key). wxMaxima provides 2d formated display of maxima output.
<<lessSince it is written with wxWidgets, it runs on multiple platforms in native widget sets. Most of maxima functions are accessible through menus, some have dialogs.
The input line has command history (up-key, down-key) and completion based on previous input (tab-key). wxMaxima provides 2d formated display of maxima output.
Download (0.67MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
507 downloads
mod_wxjs 0.9.0
mod_wxjss main goal is to port wxWidgets to JavaScript. more>>
COPYRIGHT=1] But wxJS is a lot more. You can write your own extensions and make your C/C++ libraries available in JavaScript. Some extensions that are planned: sqlite, mysql, imagemagick, ...
wxJS has also an Apache module: mod_wxjs. This means that you can use JavaScript, E4X and wxWidgets to write server applications.
wxJS uses SpiderMonkey. SpiderMonkey is the JavaScript engine of Mozilla. E4X is activated in wxJS.
The following modules are now available:
EXT Defines common classes and functions
GUI Ports the controls of wxWidgets (not all controls are ported yet) and the documentation is still the documentation of version 0.6.1.
IO Ports the IO classes of wxWidgets (not all classes are ported yet)
DB Ports the ODBC implementation of wxWidgets
XML Ports the expat XML parser to JavaScript[
Enhancements:
- wxFFile open bug - Is the bug with wxFlexGridSizer solved now?
- SQLite module introduced - wxListCtrl: solved crash when sorting elements
- Starting to create Eclipse workspaces (build wxJS with MingW on Windows)
- wxJS is now build in UNICODE. UNICODE support will be enhanced in the modules ... Watch for writing files with String content (wxFile, wxFFile, ...) because they write bytes, not Strings.
- argument -m is changed (Not repeated anymore, all modules must be specified between "" and separate with a comma)
- All the code where wxWidgets can be used instead of other libraries is changed to wxWidgets. The size of the exe, dlls get bigger, but the maintenance is easier (wxString is used everywhere, wxCmdLineParser is used, wxThread, ...) - IO: + wxSound + wxFileExists + wxRenameFile + ... - EXT: wxJSMemoryBuffer changed to wxMemoryBuffer (uses wxWidgets class instead of DataReel class)
<<lesswxJS has also an Apache module: mod_wxjs. This means that you can use JavaScript, E4X and wxWidgets to write server applications.
wxJS uses SpiderMonkey. SpiderMonkey is the JavaScript engine of Mozilla. E4X is activated in wxJS.
The following modules are now available:
EXT Defines common classes and functions
GUI Ports the controls of wxWidgets (not all controls are ported yet) and the documentation is still the documentation of version 0.6.1.
IO Ports the IO classes of wxWidgets (not all classes are ported yet)
DB Ports the ODBC implementation of wxWidgets
XML Ports the expat XML parser to JavaScript[
Enhancements:
- wxFFile open bug - Is the bug with wxFlexGridSizer solved now?
- SQLite module introduced - wxListCtrl: solved crash when sorting elements
- Starting to create Eclipse workspaces (build wxJS with MingW on Windows)
- wxJS is now build in UNICODE. UNICODE support will be enhanced in the modules ... Watch for writing files with String content (wxFile, wxFFile, ...) because they write bytes, not Strings.
- argument -m is changed (Not repeated anymore, all modules must be specified between "" and separate with a comma)
- All the code where wxWidgets can be used instead of other libraries is changed to wxWidgets. The size of the exe, dlls get bigger, but the maintenance is easier (wxString is used everywhere, wxCmdLineParser is used, wxThread, ...) - IO: + wxSound + wxFileExists + wxRenameFile + ... - EXT: wxJSMemoryBuffer changed to wxMemoryBuffer (uses wxWidgets class instead of DataReel class)
Download (4.0MB)
Added: 2006-10-24 License: LGPL (GNU Lesser General Public License) Price:
1095 downloads
wxDownload Fast 0.6.0
wxDownload Fast (also known as wxDFast) is an open source download manager. more>>
wxDownload Fast (also known as wxDFast) is an open source download manager.
Besides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously.
Created in C++ using the wxWidgets(wxWindows) library.
Main features:
- Faster downloads (with Segmented/Multi-threaded/Accelerated transfers)
- Download resuming (Pause and restart where you stopped)
- Download scheduling
- Organizes files you have already downloaded
- View server messages (HTTP, FTP, file://). No HTTPS support.
- Available in multiple languages and easily translated. Now available in Portuguese [Brazil], Spanish, English and German
- Connection to FTP servers which require a password
- Calculates the MD5 checksum of downloaded files so they can be easily verified
<<lessBesides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously.
Created in C++ using the wxWidgets(wxWindows) library.
Main features:
- Faster downloads (with Segmented/Multi-threaded/Accelerated transfers)
- Download resuming (Pause and restart where you stopped)
- Download scheduling
- Organizes files you have already downloaded
- View server messages (HTTP, FTP, file://). No HTTPS support.
- Available in multiple languages and easily translated. Now available in Portuguese [Brazil], Spanish, English and German
- Connection to FTP servers which require a password
- Calculates the MD5 checksum of downloaded files so they can be easily verified
Download (MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
1181 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above wxwidgets search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed