henry2004y / Vlasiator.jl

Data processor for Vlasiator
https://henry2004y.github.io/Vlasiator.jl/stable/
MIT License
6 stars 4 forks source link

GUI #43

Open henry2004y opened 2 years ago

henry2004y commented 2 years ago

Do we need it or not? What we may gain from it:

Why don't we do it:

henry2004y commented 2 years ago

Makie has an interesting range slide, which allows you to select a range of points in a given direction. This would be useful for quickly selecting a region.

henry2004y commented 2 years ago

Under the Genie framework, there is a UI development tool Stipple.jl. They also developed a GUI design interface. The only worry I have about this approach is that it seems to only support plotly.

henry2004y commented 2 years ago

Maybe TerminalMenus is a nice quick CLI tool to use?

I've added an experimental feature #75.

henry2004y commented 2 years ago

Qt5 wrapper in Julia: QML.jl

henry2004y commented 2 years ago

For demonstration purpose, or even my daily usage, Pluto notebooks seem to be a perfect option. I have started to create a notebook for demonstration.