Creating KTX2 in wasm #685
-
|
Is it possible to create a KTX2 texture from a source JPG or PNG using the libktx wasm in web? Or do I need to wrap the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Hello again, Sorry to insist but anybody knows the answer to this? Is the If KTX generation is possible with the wasm lib is there any documentation out there? I couldn't see any Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the delay answering.
Because I'd happily accept PRs to extend |
Beta Was this translation helpful? Give feedback.
-
|
As of v4.4.0 the JS wrapper provides the full functionality of libktx. Download https://github.com/KhronosGroup/KTX-Software/releases/download/v4.4.0/KTX-Software-4.4.0-Web-libktx.zip. Use https://github.com/KhronosGroup/KTX-Software/releases/download/v4.4.0/KTX-Software-4.4.0-Web-libktx_read.zip if you only need read functionality. |
Beta Was this translation helpful? Give feedback.
As of v4.4.0 the JS wrapper provides the full functionality of libktx. Download https://github.com/KhronosGroup/KTX-Software/releases/download/v4.4.0/KTX-Software-4.4.0-Web-libktx.zip. Use https://github.com/KhronosGroup/KTX-Software/releases/download/v4.4.0/KTX-Software-4.4.0-Web-libktx_read.zip if you only need read functionality.