pixel-asset-compiler
v0.1.0
Published
Deterministically compile AI-generated sprite actions into validated game assets.
Maintainers
Readme
Pixel Asset Compiler CLI
Compile a reference character and separately generated action sheets into deterministic frames, previews, atlas metadata, and quality reports.
Install
npm install --global pixel-asset-compiler
pixel-asset --helpInput
character-source/
├── reference.png
├── actions/
│ ├── idle.png
│ ├── walk.png
│ └── attack.png
└── sprite-asset.manifest.jsonCompile
pixel-asset inspect --input character-source
pixel-asset compile --input character-source --output output/character
pixel-asset audit --input output/character
pixel-asset validate --input output/character
pixel-asset export --target godot --input output/character --output godot/characterEvery operational command prints JSON. Failures print a JSON error object to stderr and return a non-zero exit code.
