GUI toolkit
#258
Replies: 1 comment 4 replies
-
Hey @hinxx, We are not yet considering working on a GUI for the terminal, we are focusing on adding new features in order to add value to the terminal. Along the way we are improving the codebase. We would be more than happy to let you lead the way in implementing such GUI for the terminal, if this is something of your interest :) I have personally never tried ImGui, but it looks really nice! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After asking this on reddit yesterday, I understand that the GUI is not the biggest thing as of today. Anyway, I would like to hear what would be your toolkit of choice once you get there. GTK, QT? Have you seen ImGui/ImPlot?
I was thinking on coding a (simple) python driven portfolio that would allow me to provide pretty much a subset of what you guys have here. I was looking into using ImGui since it is something I'm kind of familiar with and like the way how it can be quickly integrated in the exiting apps. It has a python biding that I'm using on my app. At the moment, ImPlot is missing the python binding, but I have made one myself last week for the purpose of plotting stonk data.
Before going into more details about why I feel bullish for ImGui/ImPlot, I would like to test the waters of what you guys see in store for GUI.
ImGui: https://github.com/ocornut/imgui
PyImGui: https://github.com/swistakm/pyimgui
ImPlot: https://github.com/epezent/implot
Beta Was this translation helpful? Give feedback.
All reactions