Show HN: Python Live GUI – A Hybrid of Dear ImGUI and Phoenix LiveView
1–10 of 20 posts
Re: Show HN: Python Live GUI – A Hybrid of Dear ImGUI and Phoenix LiveView
#2I had some time off last week so I built a little tool I've been planning on using for a while now.
Thought I'd just comment on my motivations for building this.
I bought a little chromebook tablet to take on holidays. I've been enjoying the experience of using a remote IDE to code on my personal server.
I thought it would be neat if I could quickly make myself GUIs for other utilities on my remote server that get rendered on my chromebook. Doing this like being able to run bash scripts remotely.
I start utility scripts with this tool and then just use ssh port forwarding to view it locally.
The fun bit is the application itself is then just written in python.
There are some similar alternatives[1] but I wanted to be able to write GUI elements like ImGUI so I decided to build my own tool in the end.
I just wrote it in python because that's what I've been using at work lately.
Re: Show HN: Python Live GUI – A Hybrid of Dear ImGUI and Phoenix LiveView
#3Re: Show HN: Python Live GUI – A Hybrid of Dear ImGUI and Phoenix LiveView
#4This seems pretty neat - however I don't feel like the screenshot shows what this can be used for as there's no interactive components.
Re: Show HN: Python Live GUI – A Hybrid of Dear ImGUI and Phoenix LiveView
#5Re: Show HN: Python Live GUI – A Hybrid of Dear ImGUI and Phoenix LiveView
#6Re: Show HN: Python Live GUI – A Hybrid of Dear ImGUI and Phoenix LiveView
#7Re: Show HN: Python Live GUI – A Hybrid of Dear ImGUI and Phoenix LiveView
#8Re: Show HN: Python Live GUI – A Hybrid of Dear ImGUI and Phoenix LiveView
#9How does your tool do on accessibility? Asking specifically, as that is the one hill most open sourced guis die on.