Hello, Take a look at <https://github.com/JuliaLang>https://github.com/JuliaLang/Gtk.jl or https://github.com/JuliaLang/Tk.jl
Some people seem to be working on making Qt bindings (which is tied to Cxx.jl) but nothing is fully available. I managed to use the GTK GUI builder (glade) with Gtk.jl, but there is still a lot of manual work then needed to get all the bindings (klick to button -> call function) working. I also recommend to look at https://github.com/shashi/Escher.jl for building GUIs that you use via browser. On Monday, October 26, 2015 at 8:26:07 PM UTC+1, Piotr W wrote: > > Hi, > > I consider use of Julia in my project. I have a low experience in > programming in the "classical" meaning, but I have some experience in > programming in Mathcad. Now I would like to rewrite the algorithm I have > developed in Mathcad and create an application with GUI. My question is if > Julia is suitable for development of GUI applications? Are there any GUI > builders / libraries / frameworks like Qt or WPF, or could adopt I some > other such a library? Thanks in advance for help. >
