Tim it is useful for really simple things, but ImageView would be too
complicated.
On Sunday, September 7, 2014 8:05:09 AM UTC-4, Tim Holy wrote:
>
> 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").
>
>