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

QOL Improvements, including PEP8 compliance, cross platform support and more #4

Open
6 of 9 tasks
JaimeFlorian27 opened this issue Apr 7, 2023 · 0 comments
Open
6 of 9 tasks
Assignees
Labels
enhancement New feature or request

Comments

@JaimeFlorian27
Copy link
Owner

JaimeFlorian27 commented Apr 7, 2023

This was the first tool I released and coming back to review the code was a painful experience, it's time to give it a well-deserved refactor:

  • PEP8 compliance.
  • Better separation of concerns (UI VS core).
  • Abstracting DCC logic for future extension.
  • unit and integration testing.
  • no more pre-compiled UI with pyside2-uic, using .ui directly.
  • use of Qt.py to allow compatibility with multiple Qt bindings for Python.
  • Not version controlling ffmpeg's binary (WHAT WAS I THINKING?? AND IT'S IN THE LIB DIRECTORY? hehe)
  • ? CI / CD for automatic build? It will be needed if I want nontechnical artists to be able to download and use it immediately without installing stuff on their side (such as ffmpeg).
  • Threading (or multiprocessing) if necessary
@JaimeFlorian27 JaimeFlorian27 added the enhancement New feature or request label Apr 7, 2023
@JaimeFlorian27 JaimeFlorian27 self-assigned this Apr 7, 2023
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

When branches are created from issues, their pull requests are automatically linked.

1 participant