Open
Description
An equivalent to gdx-tools
that could automate some KTX-related operations. Potential candidates:
- Conversion of
.properties
files to type-safe i18n enums fromktx-i18n
. - Conversion of skin
.json
definition to type-safe builders fromktx-style
. - Generating type-safe
ktx-style
builders from an existingSkin
instance. - Extraction of texture region names from
.atlas
files, which could be saved as a type-safe enum. Useful for bothktx-style
builders and generalTextureAtlas
usage.
Could be implemented as standalone library or Gradle plugin. Or both. The first approach seems the most flexible.