Loading...
Loading...
@billtheinvestor: 开源一个 3D 生成工具包,支持 Claude Code 输入图像 → 环境、网格、物理、光照及音频。 https://t.co/7ggXqSzOzN Open-source project KittyClaw used its own Claude Code–driven agent kanban to build itself: over the first week, agents closed 55 of 57 done tickets and authored most of 140 git commits. KittyClaw is a Blazor Server kanban where tickets include acceptance criteria and an agent assignee; an automation engine invokes agents (system skill prompt, ticket text, agent memory, shared preamble) to execute tasks
Claude Code–centric tools and agent-driven workflows are accelerating 3D scene creation and project development. Tech professionals should note shifts toward agent orchestration and open-source pipelines that convert images into interactive 3D assets.
Dossier last updated: 2026-05-16 08:23:44
TencentARC/Pixal3D: [SIGGRAPH 2026] Pixal3D: Pixel-Aligned 3D Generation from Images
.@neilsonks 刚刚把一个完整的 3D 生成工具包开源了,专门为 Claude Code 设计。 输入一张图片,它就能自动把整个场景拆解成可交互的 3D 世界:环境、网格、物理、灯光、音频全都有。 整个 pipeline 是这样一步步做出来的: 首先用图像生成和 3D 生成技能,从输入图片里提取物体,生成高质量网格。 每个生成的物体都会从原始图片里被“移除”,留下干净的静态世界背景。 最后再给整个场景加上物理模拟、实时灯光和环境音频。 他还专门做了一个配套的查看器 App,能直接浏览所有生成的物体,支持点击编辑位置、旋转、缩放、复制、删除,还能一键导出 scene.json。 以前从 2D 图片到可玩 3D 场景要花几天,现在 Claude Code 配合这个工具包,几分钟就能跑通一条完整链路。 项目完全开源,就在 GitHub:https://t.co/S7fk3ToGLs 如果你在做游戏、世界构建、产品可视化或者任何需要快速把概念图转成 3D 交互内容的项目,这套工具值得立刻去试。
@billtheinvestor: 开源一个 3D 生成工具包,支持 Claude Code 输入图像 → 环境、网格、物理、光照及音频。 https://t.co/7ggXqSzOzN
Open-source project KittyClaw used its own Claude Code–driven agent kanban to build itself: over the first week, agents closed 55 of 57 done tickets and authored most of 140 git commits. KittyClaw is a Blazor Server kanban where tickets include acceptance criteria and an agent assignee; an automation engine invokes agents (system skill prompt, ticket text, agent memory, shared preamble) to execute tasks, post comments, move cards, and update memory files. Agents improved via persistent memory, automatically decomposed vague epics into subtasks, and surfaced real QA/security issues (e.g., an exposed Brevo API key). The workflow shows how recursive, stateful agents can coordinate development, devops, and QA while keeping a human tech lead for review.