Hi every one.
I have build a nice set of functions for my work to process some data. Most of the processing is done by this functions but there is a lot of plotting involve.
I would like to merge all the plotting (Done by Makie and InteractiveViz.jl) to a GUI where I can menus to call my functions (then input parameters somehow) and buttons to load and write data.
Something simple but effective. Any idea of where should I start? I know Makie has some basic GUI functions but I do not know if I can have drop-down menus, buttons and inputs, etc.
Thanks in advance!