🎨
PixiJS-powered
Viewport, zoom / pan / rotate, layer compositing and GPU rendering on top of PixiJS v8.
一个体验优雅的在线绘画运行时 —— 融合 SAI / Procreate / Krita 之长,把画意手感搬到 web(PixiJS 显示 + 可脱离 Pixi 的 raster 引擎)
pnpm add pixi-painterimport { createPainter } from 'pixi-painter'
const painter = createPainter({
view: document.querySelector('#canvas') as HTMLCanvasElement,
size: { width: 768, height: 768 },
})
await painter.init()
painter.useTool('brush')pixi-painter is under active architectural evolution — from a PixiJS brush demo into a elegant, multi-inspiration web painting runtime (synthesizing SAI / Procreate / Krita). The full plan lives in the Design section, written to be executed phase-by-phase by humans or coding agents.
core and the Pixi adapter