There's also GtkInteract.jl: https://github.com/jverzani/GtkInteract.jl
--Tim On Friday, February 06, 2015 01:26:00 PM Avik Sengupta wrote: > I would have said IJulia with Interact.jl is your best bet to get this gone > quickly. But I see that doesn't work for you. That is unfortunate, because > doing it that way is going to be the easiest by far. If you can replicate > the issues, an IJulia bug report would be appreciated, I imagine. > > Julia does have bindings to GTK and TK. Depending on your familiarity with > these frameworks, they may work for you. > > Regards > - > Avik > > On Friday, 6 February 2015 18:40:46 UTC, Andrei Berceanu wrote: > > So I have wrote the code for a numerical simulation in Julia, and I have a > > few free parameters that I can play with (5-6) which will change the > > resulting plots. The plots are done using Matplotlib via PyPlot. > > > > I would like to build a simple GUI with a few sliders for my parameters > > and an array of plots that will change interactively as I change the > > sliders. > > What are my options for quickly building such a thing? I prefer avoiding > > the IJulia notebook because the kernel crashes quite often for some reason > > when plotting stuff (this doesnt happen in the REPL). > > > > Thanks, > > A
