Add progress update callback for encoding/decoding?
Would be nice if we can set a callback to receive the progress of the encoding and decoding since it can take up to a minute for very large files and having some sense of progress to display for the user would be quite nice to have.
This is a good idea.
We talked about this and it would be somewhat difficult to add in the current version of the code.
It would be cool if the progress callback could allow cancellation of the compression or decompression process. If the whole code is exception safe, then the cancellation callback could just throw an exception and the exception would be catched by the caller of the draco compression / decompression code.
any progress on that feature?