GithubHelp home page GithubHelp logo

nomad-software / tcltk Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 4.0 7.45 MB

Bindings to Tcl/Tk for the D programming language

License: MIT License

Tcl 37.81% C 47.94% C++ 0.05% D 14.20%
d tcl tcltk

tcltk's People

Stargazers

 avatar  avatar

Watchers

 avatar

tcltk's Issues

Dependency on ActiveState ActiveTcl need removing

This should just be a case of recompiling the DLL's and including them with the repository. After investigation i think ActiveState have added their own code to the Tcl/Tk DLL's to prevent them from being re-distributed.

Program using "self-contained tcl/tk" can't be run from different directory

When using the "self-contained" tcl/tk method on a Windows machine without a system-wide tcl/tk installation, the program won't run if invoked from a different directory. For example, using tkd's example program:

> cd build\example
> example
(Works fine)
> cd ..\..
> build\example\example
(Fails to find tcl init scripts)

Instead of using "." when looking for the init scripts, it should use std.file.thisExePath.

Update to use the new functionality of dub

Update this repo to use the new copy funcionality of the latest version of dub. I must also update the x11 repo to make sure that is also at the latest version.

Once this is done Tkd can use the latest version of tcltk as a dependency.

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.