-
Notifications
You must be signed in to change notification settings - Fork 45
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
Refactor to rename viewer to pilot #446
Refactor to rename viewer to pilot #446
Conversation
Plan to rename the binary naew "viewer" to a more unique name "pilot". The first step is to rename the Python module `modmesh.view` to `modmesh.pilot`. `modmesh.pilot` is a sub-package and will allow better GUI code organization.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR only changes Python module name and GUI executable name. Other source file names are not changed.
Change of file names will be included in a followup PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file modmesh/pilot/_gui.py
comes from modmesh/view.py
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modmesh.pilot
will be a drop-in replacement to modmesh.view
.
Merged the PR. Start to implement for issue #400. |
@j8xixo12 Please help take a look when you have time. We can fix issues with followup PRs. |
Rename the Python module
modmesh.view
to packagemodmesh.pilot
.modmesh.pilot
will host all code related to GUI and visualization.Also rename the GUI executable from
viewer
topilot
.