nannou-org / nannou

A Creative Coding Framework for Rust.
https://nannou.cc/
6.04k stars 305 forks source link

Texture Compression #279

Open freesig opened 5 years ago

freesig commented 5 years ago

It would be good to support texture compression because this could save lots of bandwidth and allow for better quality textures. The compression format needs to be supported by the actual card so these might only be available on certain machines but I think there are some common ones that have wide support. It will also probably play a role in video. Some resources

JoshuaBatty commented 5 years ago

Supported Formats in Vulkan

AMD Texture compression tool for ASTC

freesig commented 5 years ago

texture asset loading