AseDeliver hero: pixel night forest and a green slime sprite

CLI · MCP · Aseprite 1.3

任意 AI,交得出的像素原画

不是一张带背景的 PNG。AseDeliver 把规格和像素编译成真正的 .aseprite:图层、帧、Tag、调色板,再导出精灵表、GIF 和引擎 JSON。

在 Aseprite 里长这样

图层、调色板、Tag、时间轴一次写好。AI 不再只丢一张图给你。

Aseprite-style editor mock showing slime, palette, tags and timeline
时间轴上的 idle / walk 来自真实文件头,不是手绘假界面。

四步交货

任何会写文件或调 MCP 的模型都能跟这套合同走。图像模型可换,交付物不变。

Spec, pixels, compile, deliver pipeline
Any AI

Claude / Cursor / Grok / Codex

AGENTS.md,或接 MCP。按 brief 的文件名把图画进 raw/

No image model?

ASCII 也能画

文本模型用像素地图 paint。史莱姆示例就是纯 ASCII 编出来的。

Engine ready

Godot / Phaser / Unity

导出 sheet + Aseprite JSON(frames + frameTags)。源文件始终是 .aseprite

道具也一样交

同一套调色板、同一套透明规则。角色、道具、特效共用流水线。

Potion, coin, chest and sword pixel props
potion · coin · chest · sword — 16×16,透明底,索引色。

模板

character-platformer32×32 idle / walk / jump
character-topdown16×16 四向走
character-turnaround64×64 原画四视图
portrait80×80 bust
prop32×32 道具 idle
tileset-1616px 地砖
ui-button按钮三态 + 9-slice
fx32×32 特效爆发

安装并打开史莱姆

需要 Python 3.10+。Aseprite 不是编译所必需,但 open 需要它。

git clone https://github.com/ylty1516/ase-deliver.git
cd ase-deliver
py -3 -m venv .venv
.venv\Scripts\pip install -r requirements.txt
ase-deliver.bat demo --out examples\slime --open