From: Alec Taylor Date: 2012-12-30T17:05:05+09:00 Subject: Re: Create interface to make binary tree program Hi Mas, It's a good idea to create a program like that; however you should look into doing this in JavaScript. Look at using Ruby Processing: https://github.com/jashkenas/ruby-processing, generating the Processing: http://processing.org/ files; then compiling them with Processing JS: http://processingjs.org/. That way it will be viewable in a browser using proper web-standards. If you can generalise your solution into a gem, then other people can use it to visually simulate a larger variety of trees :) On Sun, Dec 30, 2012 at 5:46 PM, Mas Bejo wrote: > i want to make program about balanced binary tree, i want to make like > in this site > "http://www.qmatica.com/DataStructures/Trees/AVL/AVLTree.swf" > > if i use TK for interface, i must make minimal 63 label for 6 layer. do > you have idea what i must use to design the interface? > > -- > Posted via http://www.ruby-forum.com/. >