Denis Denisyuk

Results 11 issues of Denis Denisyuk

I've found few extra statuses which can be requested (changed?): SlpMod: 0, AllErr: 0, host: 'eu.dis.gree.com', name: 'Livingroom conditioner ' Those statuses were found in SQLite DB of EWPE Smart...

##### Description of change Fix for https://github.com/pixijs/pixijs/issues/10215 - Assets resolver resolves format in priorities: format from asset, format from parser, file extension - Fix of compressed texture url resolver -...

##### Description of change https://github.com/pixijs/pixijs/issues/10213 Compressed textures priorities changed to: bptc, astc, etc, s3tc, s3tc_sRGB, pvrtc, etc1, atc ##### Pre-Merge Checklist - [ ] Tests and/or benchmarks are included -...

### Current Behavior Textures whose format differs from their file extension are not resolved correctly. File extension is always used as a format. #### Compressed textures: When multiple texture variants...

### Description Change the priorities according to texture qualities: highest quality == highest priority. Current priorities: 1. s3tc 2. s3tc_sRGB 3. astc 4. etc 5. etc1 6. pvrtc 7. atc...

📢 Accepting PRs

Only one subscription for the specific event should be transferred to the main thread. Multiple subscriptions should be handled on worker tread. Fixed the issue with listeners "index" inconsistency on...

`plugin-texture-packer` extended with possibility to compress output image/texture with the compressed methods from `plugin-compress`. https://github.com/pixijs/pixijs/pull/10217

Plugin generate GPU compressed textures: ASTC, ETC, ETC1, BCn (DXTn, S3TC)

### Current Behavior Raw compressed textures are not being rendered. https://pixiplayground.com/#/edit/SaiCR3dMAPI85gObYWsYW ### Expected Behavior Compressed textures are rendered in the same way that PNG and WebP formats are. https://pixiplayground.com/#/edit/uSKvABfoVBI1irklcDsf8 ###...

🕷 Bug