bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 152 forks source link

Nu-specific Texture Format? #681

Closed bryanedds closed 6 months ago

bryanedds commented 7 months ago

To hasten texture loading in Nu, it might be good to either find or 'invent' a texture format that Nu.Pipe can output with the following capabilities -

...and perhaps any other features that would help make faster loading of textures practical in Nu.

bryanedds commented 6 months ago

This has been resolved by using .dds for this format.