A Windows-first desktop creative editor built with Electron, React, and TypeScript.
AI Canvas combines a high-performance 2D workflow with an optional Blender bridge for 3D-assisted pipelines.
- Infinite canvas editing with layered workflows
- Worker-backed image processing for heavy flatten/export operations
- GPU preview path (WebGL) with safe CPU fallback
- ComfyUI and Gemini AI workflow panels
- Optional Blender bridge:
- Process control from inside the app
- Embedded/detached Blender window management
- Render/pass import with metadata
- Camera state roundtrip
- Sequence handoff and frame scrubbing
Electron · React 18 · TypeScript · Vite · Zustand · Tailwind CSS
Prerequisites: Node.js 20+, pnpm
pnpm install
pnpm electron:dev# Web build
pnpm build
# Portable Windows .exe
pnpm electron:buildDisabled by default. Enable via PowerShell before launching:
$env:VITE_ENABLE_3D_TAB="true"
pnpm electron:devOr set in localStorage: aiCanvas.flags.blender3dTab=true
- Phase 9 complete (9a–9i)
- Build pipeline: active
- Testing: manual smoke + phase checklists
