Skip to content

RockHopper texture packer. A texture atlas generater. Makes use of GL_EXT_texture_array where available.

Notifications You must be signed in to change notification settings

chris-stones/rh_texture_pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rh_texture_pack

A Texture atlas / texture loading tool: Packer program arranges textures into an array of atlases. Supports dithering when downsampling, A variety of texture formats, including DXT1,3,5, ETC1. File is compressed using LZ4-hc.

Loader program supports loading textures on OpenGL, OpenGLES. On Android, textures can be loaded from the filesystem, or from an Asset. The library handles all texture creation, and texture coordinates.

I plan on adding DirectX support at some point...

About

RockHopper texture packer. A texture atlas generater. Makes use of GL_EXT_texture_array where available.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages