This is a japanese house-tour landing page made in three.js with Fable 5.1 using the dream-loop skill. Live site: https://t.co/Kqo8zCgFLl It's crazy how realistic it looks even though it's all code and under 1 MB (except images). You can tour every room, switch between seasons, see light rays through the house, and watch koi swim through realistic water. The secret sauce to ultra-realistic 3d in code is a loop like this: dream-loop gets the agent to generate a target image, compare the live 3d against it

TL;DR · AI 摘要
使用three.js和Fable 5.1结合dream-loop技能,可在1MB代码内实现超写实3D房屋游览。
核心要点
- dream-loop通过生成目标图像并持续优化3D模型,实现高真实感渲染。
- Fable 5.1与three.js结合可实现低代码量(<1MB)的复杂3D场景。
- critic模块用于比较生成图像与目标图像,驱动模型迭代优化。
结构提纲
按章节快速跳转。
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- three.js与dream-loop实现超写实3D
- 技术栈
- three.js
- Fable 5.1
- 核心机制
- dream-loop生成目标图像
- critic模块优化迭代
- 应用场景
- 房屋3D游览
- 动态季节切换
金句 / Highlights
值得收藏与分享的关键句。
dream-loop通过agent生成目标图像,critic模块持续优化3D模型,实现超写实效果。
项目代码量控制在1MB以内(不含图片),展现高效编码实践。
Fable 5.1与three.js结合可实现复杂光照和动态水面效果。
Meng To on X: "This is a japanese house-tour landing page made in three.js with Fable 5.1 using the dream-loop skill. Live site: https://t.co/Kqo8zCgFLl It's crazy how realistic it looks even though it's all code and under 1 MB (except images). You can tour every room, switch between seasons, see… / X
@MengTo
This is a japanese house-tour landing page made in three.js with Fable 5.1 using the dream-loop skill. Live site:
It's crazy how realistic it looks even though it's all code and under 1 MB (except images). You can tour every room, switch between seasons, see light rays through the house, and watch koi swim through realistic water. The secret sauce to ultra-realistic 3d in code is a loop like this: dream-loop gets the agent to generate a target image, compare the live 3d against it with a separate critic, and keep refining the result. Skill:
github.com/achimala/dream…
Let me know if I should open-source the page.
$
00:00
/$
4:28 PM · Sep 15, 2026
·
58.8K
Views
31
51
577
565