Open-Source Software
As a public service, Hwaci makes the following software available
for free in source-code form. Most of the software here is covered
by the GNU Public License.
-
Mktclapp is a program that makes it
easy to write C or C++ programs that use Tcl/Tk as a widget library
instead of a scripting langauge.
-
SQLite is a C library that implements
an SQL database engine.
-
CVSTrac is a web-based bug tracking system
for use with CVS.
-
A new HTML Widget for Tcl/Tk8.0 is
currently under development. Get the latest edition here.
-
Some pure Tk widgets, including a
Tree widget, a tabbed
Notebook widget, and more.
-
TWS is a webserver and SQL database
engine all wrapped together into a stand-alone executable.
-
Embedded Tk (a.k.a. ``ET'') is a system that
makes it easy to mix C or C++ with Tcl/Tk and compile the resulting
program into a standalone executable that works on a machine without
a Tcl/Tk installation. (For new development work, please use
mktclapp instead of ET.)
-
Makeheaders - a program to generate
header files for C or C++ programs.
-
PtTcl is a an implementation of Tcl7.6
that works in a multi-threaded environment using POSIX Threads.
-
A puzzle game written in Java.
-
The eznet program simplifies the
setup of PPP connections for Linux.
-
The lemon parser generator program
does the same job as YACC or BISON, but uses a less error-prone
grammar syntax and a different parsing algorithm to yield a faster,
re-entrant and thread-safe parser.
Back to the Homepage