CATBLASTER Meatsuit Generator — collaborator kit
=================================================

This is a work-in-progress asset drop. It contains:

  assets/            layered pixel-art part library, by house/category
    <house>/<category>/<name>.png       a part
    <house>/eyes/<name>.iris.png        iris tint mask beside each eyes part
    palettes.json                        skin/hair/eyes palette ramps
    tint-roles.json                      which slots tint with which palette
  meatsuit_server.py  the live generator (the app that composites busts)
  RECIPE-SCHEMA.md    the recipe.json data contract (game/sprite seam)
  meatsuit-generator.md   the design note

Grab whatever you need. If you want to RUN the live builder:

  1. Install Pillow:   python3 -m pip install --user Pillow
  2. Put meatsuit_server.py next to an "assets" folder laid out as above
     (or point it at one — see the paths at the top of the file).
  3. Run:              python3 meatsuit_server.py
  4. Open:             http://localhost:8790

The builder lets you swap parts per slot, mix parts across houses, live-composite
the bust, upload new parts (drag-drop + verify), and SAVE a meatsuit (writes
recipe.json + a flat 64x64 PNG + an 8x profile PNG).

Meatsuits are Alex Fulton's IP and CATBLASTER canon. This tool is a machine that
arranges art Alex authored — it does not generate appearances, lore, or defaults.
Work in progress: one house (stal) so far, more to come.
