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

Use multi-threading within Encoder.py to speed up compression time #198

Open
tim-depthkit opened this issue Aug 21, 2023 · 1 comment
Open

Comments

@tim-depthkit
Copy link

It would be nice to have the option to run the encoder with multiple threads in order to run the draco_encoder and basisu subprocesses in parallel. This could be accomplished with the python threading module.

@speigg
Copy link
Member

speigg commented Aug 22, 2023

Hi Tim! Thanks for opening the issue! Yes, we will be working towards full-featured encoding software that efficiently encodes to multiple targets, including both Geometry and Texture LODs generated from source assets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants