Skip to content

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

Stars

33 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages