Apps

BawtLogViewer
Tclkits
Zipkits
Jigsaw Puzzler
Tcl3D-Full
BawtLogViewer

The BawtLogViewer is a program to view and analyse the log output of BAWT.

It is a Tcl script, which is wrapped as a Starpack and included in the BAWT framework as a Windows executable in directory Bootstrap-Windows.

Starpacks are available for the following platforms:

Darwin universal binary
Linux for x86_64 linked against glibc 2.19
Linux for arm64 (ex. Raspberry Pi) linked against glibc 2.36
Linux for RiscV 64-bit (ex. StarFive) linked against glibc 2.36

Copy the Starpack needed for your platform into directory Bootstrap-Darwin or Bootstrap-Linux and rename it to BawtLogViewer.app or BawtLogViewer.

Downloads:

Tclkits

A Tclkit is a single executable file that contains a Tcl interpreter and the startup scripts and support libraries.

Tclkits are available for the following platforms:

Windows for x86 and x86_64
Darwin for x86_64
Darwin for arm64
Darwin universal binary
Linux for x86_64 linked against glibc 2.19
Linux for arm64 (ex. Raspberry Pi) linked against glibc 2.36
Linux for RiscV 64-bit (ex. StarFive) linked against glibc 2.36

For each platform three different Tclkits are available:

tclkit-*-tcl: Corresponds to tclsh.
tclkit-*-tk:  Corresponds to wish.
tclkit-*-dyn: Corresponds to tclsh and calling 'package require Tk'.

Downloads:

Notes:
Tclkits (8.6.17, 9.0.3) for Linux-arm64 and RiscV did not have Xft enabled.
Below are versions for those platforms with Xft enabled.

Top of page

Zipkits

A Zipkit is a statically linked tclsh or wish, which may be used to create single file applications as described on this Wiki page.

Zipkits are available for the following platforms:

Windows for x86 and x86_64
Darwin for x86_64
Darwin for arm64
Darwin universal binary
Linux for x86_64
Linux for arm64 (ex. Raspberry Pi)
Linux for RiscV 64-bit (ex. StarFive)
Solaris 11 / OpenIndiana

For each platform two different Zipkits are available:

zipkit-*-tcl: Corresponds to tclsh.
zipkit-*-tk:  Corresponds to wish.

Downloads:

Notes:
Zipkits (9.0.3) for Linux-arm64 and RiscV did not have Xft enabled.
Below are versions for those platforms with Xft enabled.

Top of page

Jigsaw Puzzler

Modified version of David Easton's Jigsaw Puzzler.

Downloads:

Top of page

Tcl3D-Full

BAWT distribution including Tcl3D-Full. Tcl3D-Full includes OpenSceneGraph wrapper based on version 3.4.1.

Downloads:

Top of page