πΊοΈ RFC: Migrating OpenROM's UI from CustomTkinter to Flutter (v2.5 Roadmap) #7
ClausValcaTD
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
πΊοΈ RFC: Migrating OpenROM's UI from CustomTkinter to Flutter (v2.5 Roadmap)
Category: Ideas / Architecture
Hey everyone π
I want to be transparent about a architectural direction we're planning for OpenROM v2.5, and I'd love to hear your thoughts before we commit to it.
What's changing β and what's NOT
What's staying:
core/Python engine (converter, detector, validator) β untouchedWhat's changing:
That's it. The Python core isn't going anywhere.
Why Flutter for the UI?
The current CustomTkinter interface works, but it has real limitations:
Flutter on desktop gives us:
The architecture after v2.5
The Flutter UI talks to the CLI β not to the Python core directly. This means:
Roadmap leading to v2.5
What I want to hear from you
This is an RFC β nothing is set in stone yet. If you have strong opinions, now is the time. π
All reactions