2 unstable releases
0.2.0 | Apr 3, 2023 |
---|---|
0.1.0 | Dec 2, 2022 |
#1208 in GUI
310KB
86 lines
Tcl/Tk rust bindings
Rust bindings for the Tcl interpreter & Tk graphics library.
Warning this library is completely experimental!
Currently this library is tested on Linux, it has not been tested in any other environment. Nor has it been tested for systems that do not have Tcl/Tk as an available library.
This should probably build for Mac OSX provided it has Tcl/Tk & pkg-config installed. This has not been tested.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
Rust bindings for the Tk Graphics library
Function specific documentation can be found at the Tcl website
Note
This library only seems to work if it's ran in an enviroment that has a graphics shell.
Dependencies
~0.4–2.8MB
~47K SLoC