All Projects → ruby → tk

ruby / tk

Licence: other
Tk interface module using tcltklib

Programming Languages

ruby
36898 projects - #4 most used programming language
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to tk

bbbike
BBBike
Stars: ✭ 56 (-47.17%)
Mutual labels:  tk
Matplotlib
matplotlib: plotting with Python
Stars: ✭ 14,738 (+13803.77%)
Mutual labels:  tk
insight
A Tcl/Tk Frontend for GDB. This is an AppImage(Portable Package) of insight for the sake of Jeff Duntemann's amazing book.
Stars: ✭ 31 (-70.75%)
Mutual labels:  tk
tedit
simple tabbed text editor written in core Tcl/Tk
Stars: ✭ 17 (-83.96%)
Mutual labels:  tk
trtl
Tk-powered Ruby turtle graphics
Stars: ✭ 65 (-38.68%)
Mutual labels:  tk
python-gui-demos
This repo contains the basic demonstration of python gui
Stars: ✭ 31 (-70.75%)
Mutual labels:  tk
glimmer-dsl-tk
Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library)
Stars: ✭ 26 (-75.47%)
Mutual labels:  tk
Formation
Tools for building gorgeous graphical user interfaces in tkinter
Stars: ✭ 88 (-16.98%)
Mutual labels:  tk
tukaan
A modern, cross platform Python toolkit for creating desktop GUI applications. Contributors are welcome!
Stars: ✭ 97 (-8.49%)
Mutual labels:  tk
hunter
Mirror of Graphical File Manager for Linux
Stars: ✭ 21 (-80.19%)
Mutual labels:  tk
loon
A Toolkit for Interactive Statistical Data Visualization
Stars: ✭ 45 (-57.55%)
Mutual labels:  tk

Ruby/Tk

Tk interface module using tcltklib

Installation

Add this line to your application's Gemfile:

gem 'tk'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tk

Documentation

Read this first

If you want to use Ruby/Tk (tk.rb and so on), you must have tcltklib.so which is working correctly. When you have some troubles on compiling, please read README.tcltklib and README.ActiveTcl.

Even if there is a tcltklib.so on your Ruby library directory, it will not work without Tcl/Tk libraries (e.g. libtcl8.4.so) on your environment. You must also check that your Tcl/Tk is installed properly.


Ruby/Tk (tk.rb など) を使いたい場合には,tcltklib.so が正しく動いていな ければなりません.コンパイル時に何か問題が生じた場合は,README.tcltklibREADME.ActiveTcl を見てください.

たとえ Ruby のライブラリディレクトリに tcltklib.so が存在していたとして も,実行環境に Tcl/Tk ライブラリ (libtcl8.4.so など) がなければ機能しま せん.Tcl/Tk が正しくインストールされているかもチェックしてください.

========================================================== Hidetoshi NAGAI ([email protected])

Manual

Other documents

README.tcltklib for compilation instructions.

README.fork is a note on forking.

README.macosx-aqua is about MacOS X Aqua usage.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Your contributions are welcome on GitHub at https://github.com/ruby/tk.

Unfortunately we have no resource to handle issue reports.

Therefore please open pull request with either:

  • a bug report with a correction patch or
  • (at least) a reproducible code snippet for an issue in form of a test/spec.

Thank you in advance!

License

The gem is available as open source under the terms of the Ruby license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].