f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.6k stars 185 forks source link

Improve Importers Progress Management #22

Open mwestphal opened 2 years ago

mwestphal commented 2 years ago

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

Notes

mwestphal commented 1 year ago

Good first issue for a VTK developer

mwestphal commented 10 months ago

glTF does not have progress either