Skip to content
/ DDS Public

Library for loading .dds textures (supports DXT1, DXT3, DXT5, 3D textures, etc...)

License

Notifications You must be signed in to change notification settings

dfranx/DDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DDS

This is a simple library for loading .dds textures. It supports DXT1, DXT3 & DXT5 compressed formats and most of the uncompressed formats. It loads the data into a RGBA byte array. It supports 3D textures.

Example:

dds_image_t image = dds_load_from_file("texture.dds");

// use image->pixels, image->header.width, image->header.width, image->header.depth

dds_image_free(image);

About

Library for loading .dds textures (supports DXT1, DXT3, DXT5, 3D textures, etc...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages