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.
Demonstration programs:
  • Added ability to automatically execute demos and create screenshots.
  • Miscellaneous corrections and improvements.
  • Regenerated demo screenshots.
Incompatible changes:
  • 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.
Top of page

2022/04/17: Version 0.9.5

Maintenance release.

Enhancements and new features: Demonstration programs: Top of page

2019/12/28: Version 0.9.4

Maintenance release.

  • Added new proc tcl3dGl2psCreateFile to write out image in all formats supported by Gl2ps.
  • Added new tcl3dPhotoToFloatVector to copy photo image into a float vector.
  • Corrected proc tcl3dVector (uplevel #0 instead of uplevel 0)
  • Added simple compute shader example.
Top of page
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.
Library specific changes:
  • 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.
Top of page