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

Improve Importers Progress Management #22

Open
mwestphal opened this issue Nov 12, 2021 · 2 comments
Open

Improve Importers Progress Management #22

mwestphal opened this issue Nov 12, 2021 · 2 comments
Assignees
Labels
good first issue Good for newcomers help wanted Please help with this issue! source:VTK type:enhancement New feature or request
Milestone

Comments

@mwestphal
Copy link
Contributor

mwestphal commented Nov 12, 2021

Context
F3D can display a progress bar when loading a file, however, F3D relies on the progress reporting done by the readers and importers. Some of readers and importers we use, either from F3D or VTK, do not report accurate progress or progress at all.

The idea os this issue is to investigate the status of the different importers and readers in regards to progress reporting, and improve the one that do a bad job of it. First in F3D and second in VTK directly.

Suggested solution

  • Investigate each and every readers and importers in use and check that they perform progress reporting.
  • For the one that don't, implement a simple progress reporting mechanism and merge it into F3D and VTK

Skills needed

  • Knowing how to contribute to VTK is a plus

Notes

  • OBJ importer does not have progress
  • glTF importer does not have progress
  • Other importers may not have progress either
@mwestphal mwestphal added this to the 1.3.0 milestone Nov 12, 2021
@mwestphal mwestphal removed this from the 1.3.0 milestone Aug 14, 2022
@mwestphal mwestphal added the good first issue Good for newcomers label Apr 26, 2023
@mwestphal
Copy link
Contributor Author

Good first issue for a VTK developer

@mwestphal
Copy link
Contributor Author

glTF does not have progress either

@mwestphal mwestphal added this to the 2.4.0 milestone Sep 17, 2023
@mwestphal mwestphal assigned mwestphal and unassigned mwestphal Dec 3, 2023
@mwestphal mwestphal added the help wanted Please help with this issue! label Jan 7, 2024
@mwestphal mwestphal removed this from the 2.4.0 milestone Feb 3, 2024
@mwestphal mwestphal added the type:enhancement New feature or request label Feb 10, 2024
@mwestphal mwestphal added this to the 2.4.0 milestone Feb 10, 2024
@mwestphal mwestphal modified the milestones: 2.4.0, 2.5.0 Apr 4, 2024
@mwestphal mwestphal modified the milestones: 2.5.0, 3.0.0 Jul 3, 2024
@mwestphal mwestphal self-assigned this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Please help with this issue! source:VTK type:enhancement New feature or request
1 participant