SR Technology WTK Repo
SR Technology WTK Repo
Not logged in

Overview

This project is for an open source toolkit that is intended to be compatible at the Tcl layer with Tk but implement its widgets via JavaScript in a web browser using HTML5/CSS3 and a connection pair, such as AJAX, WebSockets, socket.io, etc..

Language

Tcl/Tk and JavaScript.

License

BSD

Source Code

Free! Use Fossil and sync up for the latest!

Support

Free via Tickets.

Documentation

The documentation is included in the repository and is available as follows:

Running

To run, please do the following:

  1. Install Tcl 8.6
  2. Open a shell/command/console
  3. Change directories to where you have unpacked wTk
  4. Type: tclsh8.6 server.tcl
  5. Point your browser to: http://localhost:9001
  6. Enjoy!!!