John, this sounds very interesting. At some point I will need to do a bit of
an overhaul on ImageView, and I certainly plan to take a close look at this
package.
Best,
--Tim
On Saturday, September 06, 2014 01:35:33 PM j verzani wrote:
> The new Interact.jl package allows you to use interactive widgets such as
> sliders, dropdowns and checkboxes to play with your Julia code within an
> IJulia session. It is pretty neat, in particular the `@manipulate` macro.
> For those times where IJulia is not convenient, but the console is, I've
> made a small wrapper package GtkInteract.jl that creates these widgets in
> Gtk with the expectation that Winston will be used for graphics. If you are
> interested in such a thing, you can try it out by cloning the package:
> Pkg.clone("https://github.com/jverzani/GtkInteract.jl.git").