devkitPro / nds-examples

Examples for Nintendo DS using devkitARM, calico, libnds, libdvm, maxmod, dswifi
108 stars 18 forks source link

Add link to compressed texture data and converter #3

Closed AntonioND closed 2 years ago

AntonioND commented 7 years ago

The 3D example that uses a compressed texture didn't say where the sample texture came from or how to convert an image to that format.

Fixes https://github.com/devkitPro/nds-examples/issues/1

WinterMute commented 7 years ago

I'm inclined towards adding the texture converter to the supplied tools and generating the textures as part of the build process for this example.