Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI #43

Open
henry2004y opened this issue Oct 19, 2021 · 5 comments
Open

GUI #43

henry2004y opened this issue Oct 19, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@henry2004y
Copy link
Owner

henry2004y commented Oct 19, 2021

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

  • faster exploration of data
    • choose file by clicking
    • display metadata in a window
    • preset plotting options
    • interactive 3D slices and views manipulation

Why don't we do it:

  • limited experience in GUI design
  • limited time
  • hard to select a development platform
    • GTK+Glade? (I have actually tried this for Batsrus.jl, but gave up at some point due to some kind of limitations.)
    • Makie? It now has a bunch of widgets available, from which I have already tried the slider. Maybe this is better if we want to explore Makie more in-depth
    • Clm? A wrapper over a new C++ GUI library. Maintained mostly by Ginimuc himself.
@henry2004y henry2004y added the enhancement New feature or request label Oct 19, 2021
@henry2004y
Copy link
Owner Author

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
Copy link
Owner Author

henry2004y commented Dec 27, 2021

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
Copy link
Owner Author

henry2004y commented Feb 23, 2022

Maybe TerminalMenus is a nice quick CLI tool to use?

I've added an experimental feature #75.

@henry2004y
Copy link
Owner Author

Qt5 wrapper in Julia: QML.jl

@henry2004y
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant