Skip to content

Texture optimization tool for games and animation

License

Notifications You must be signed in to change notification settings

arocull/IronPress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IronPress

Texture optimization tool for games and animation.

Usage

  1. Install the tool using cargo: $ cargo install --git https://github.com/arocull/IronPress.git (or download the repository and run $ cargo install --path . inside this directory)
  2. $ ironpress --help

Configuration

IronPress operates on texture pipeline .json files. These let you define materials, where to source textures, and where to output them.

See the Clover Pipeline test configuration for an example.

Order of operations:

  1. Images are taken from an input folder relative to the pipeline file.
  2. Textures are scaled (if ncessary)
  3. Enforced into color channel formats
  4. Exported using maximum PNG compression into the specified output folder

Notes

Certain texture maps have special features.

  • arm - Use this to specify that you want ambient occlusion (ao), roughness, and metallic maps combined into RGB (since they're all single-channel).

About

Texture optimization tool for games and animation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages