Release history
- 2024/12/27: Version 1.0.0
- 2022/04/17: Version 0.9.5
- 2019/12/28: Version 0.9.4
- 2018/08/11: Version 0.9.3
- Older release notes on the old site
2024/12/27: Version 1.0.0
Major relase with full Tcl 9 support.
Enhancements and new features:- Miscellaneous changes to support Tcl 9.
- Added options to command extensions: -gl, -glu, -platform.
- Added new procedure tcl3dOglGetMode to retrieve OpenGL mode: Normal, Safe or Debug.
- Improved Togl error handling.
- Regenerated file tcl3dOglHelp.tcl with up-to-date links and extension list.
- SDL updated to version 2.26.2.
- Added ability to automatically execute demos and create screenshots.
- Miscellaneous corrections and improvements.
- Regenerated demo screenshots.
- The following procedures now have toglwin as parameter:
tcl3dOglGetExtensions
tcl3dOglHaveExtension
tcl3dOglGetExtensionList
tcl3dOglGetVersions
tcl3dOglGetProfile - Removed all procedures and functions marked as obsolete.
- Removed obsolete options -createproc, -reshapeproc and -displayproc.
- Removed ODE and Cg related code.

2022/04/17: Version 0.9.5
Maintenance release.
Enhancements and new features:- GLEW updated to version 2.2.0.
- Gl2ps updated to version 1.4.2.
- Corrected SDL wrapper to work with SDL2.0.20. SDL_thread not wrapped anymore.
- Regenerated tcl3dOglHelp.tcl with links to Khronos sites.
- Added two new demos.
- Cleanup of obsolete demos and corresponding images.

2019/12/28: Version 0.9.4
2018/08/11: Version 0.9.3
Major rewrite of Tcl3D.
General changes:- Changed build system from GNU Makefiles to CMake.
- Removed obsolete sub-packages tcl3dOde and tcl3dCg.
- Removed include, import and dynamic libraries of external libraries. Use external libraries from BAWT now.
- tcl3dGl2ps: Updated GL2PS to version 1.4.0.
- tcl3dOgl : Updated GLEW to version 2.1.0.
- tcl3dOsg : Updated to support OpenSceneGraph version 3.4 and 3.6. Older OpenSceneGraph versions are not supported anymore.
- tcl3dSDL : Removed CD support. Not supported by SDL 2.X anymore.
