Git Product home page Git Product logo

tdk's Introduction

TDK

Tcl Dev Kit (TDK)

Overview

Tcl Dev Kit (TDK) includes everything you need for fast development of self-contained, easily-deployable applications. Turn your Tcl programs into ready-to-run executables, starkits or starpacks, for Windows, Mac OS X, Linux, Solaris, AIX and HP-UX.

Simplify development with tools for finding and fixing bugs, managing complex code bases and optimizing your programs. Easily reveal unused or overused code with the coverage and hotspot analyzer. Take control and work the way you want with a choice of GUIs or command line interfaces for most tools.

General structure / directory organization

  • app - application sources, including main entry points. Some debug helper code which can be sourced by apps.

  • data - Images used by the apps.

  • docs - Internal dev notes and the official documentation.

  • lib - All the supporting packages. Some overlap with the teapot project.

  • misc - A hack-week project, incomplete, which never made it into the product.

  • pkg-src - Sources for the `win32 package. Written in C for access to some Windows system information (mainly paths).

Images

  • data/images/about.gif is a placeholder for the background image of an about dialog. The supplied image is all-grey.

    Note: It is actually not clear if this image is still referenced, and if yes, where.

  • artwork/splash.png is a similar placeholder, for the splash screen.

    Note: The places referencing this image (app/*/main.tcl) are written on the assumption of unwrapped execution in the directory structure of the checkout. The knowledge of the expected structure is used to locate the image relative to the code file referencing it.

    For wrapped execution the original build system put the file main_std.tcl into the app as ms.tcl and added the splash setup code referencing the wrapped image.

License

Copyright (c) 2018 ActiveState Software

Tcl Dev Kit (TDK) is released under the BSD-3 license. See LICENSE file for details.

tdk's People

Contributors

rawktron avatar

Watchers

Andreas Kupries avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.