Personal tools
You are here: Home / Release Center / CMGUI / Releases / CMGUI 2.4.1

CMGUI 2.4.1 (May 14, 2007)

Release of the first wxWidgets CMGUI. At the moment, there are two tested versions: "CMGUI-WX LINUX" and "CMGUI-WX WIN32".

For additional information about this project, please visit the overview page .

Available downloads

Release Notes

State Final release
License MPL
Release Manager Alan Wu

This software is the cmgui part of CMISS.
It is released under the Mozilla Public License v1.1

CMGUI is distrbuted as single binary executables.  You should be able to unpack the downloaded file and execute it directly.

Further information, help pages, a tracker and a wiki is available at
http://www.cmiss.org/cmgui/

The sourceforge project is at http://sourceforge.net/projects/cmiss/
***********************************************************************************

Release of the first CMGUI-WX. At the moment, there are two working versions: "CMGUI-WX LINUX" and "CMGUI-WX WIN32". This release is experimental, some functions are not yet supported and some bugs are  found, this will be fixed in the near future.

The user interface has been slightly modified to be more accessible and informative than the old one. (e.g. Interactive tools in the graphics window and the field viewer in the node viewer editor.)


Change log

v2.4
11 May 2007

Releasing wx version.
Lots of new ITK filters.
Add support for a Graphics_library_tentative_check_extension which is true until we are sure whether
 or not an extension works.  This can be used for commands, which may be called before OpenGL is
 initialised but we would like them to fail if they aren't working after it has been initialised.
Graphics_library_check_extension should be tested before actually using any extension, it will be
 false unless we know the extension really works.  By now the display should have been initialised.
Use this new tentative check for bump_mapping and colour_lookup_spectra in materials.
Update perl modules to work with CMGUI without global variables.
Add image_resample computed field to commands.
No longer need to specify_width, specify_height, specify_depth or texture coordinate when working
 using evaluate_image, the default values are retrieved from the source field.
Respect clear colour setting on spectrum when requesting rgb value.
Add support for bzip memory streams.
Each graphics window has its own interactive tools and settings of different interactive tools can now
 be triggered using commands and apply to all current graphics windows.
Add gfx define font to allow font objects to be created and most
 importantly to allow the default font to be redefined.
List the total number when nodes or elements are listed with gfx list node.
Allow the font to be specified when creating a colour_bar.
Allow a colour bar to be created for a specific data component.
Cmgui-wx now remember the directory where you previously open the file from.
Add a spectrum_settings that uses computed_fields to calculate the colour tranformation.
Add Option_table_add_help and try this function with the compose computed field.
Fix a bug passing the array of variables for matches and tidy up the regular expressions.
Fix a memory leak with the swizzle string for the material dependent texture program.
Node viewer now allows user to show variables from all fields at the same time.