Photonic

Quad-Kamatu/Photonic
★ 2 stars Rust AI/LLM Updated 10d ago
A Rust vector graphics editor with a GPU-accelerated GUI and an integrated MCP server for AI-assisted design via Claude.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "photonic": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "Photonic"
      ]
    }
  }
}

README Excerpt

A hybrid **vector + raster** graphics editor built in Rust with a native GPU-accelerated GUI and an integrated MCP server for AI-assisted design via Claude. - **Native GUI** using egui and wgpu (GPU-accelerated, cross-platform) - **MCP server** — Claude can create and edit art through a JSON-RPC API - **Full vector toolset** — shapes, bezier paths, boolean operations, gradients, transforms