用ChatGPT和Codex构建3D人体解剖学交互应用

chatgpt for building interactive educational tools

精选理由

有人用GPT Image+Tripo+Codex一步步撸了个3D人体解剖学网站,模型从900MB压到28.6MB,过程挺有启发。

AI 摘要

开发者用GPT Image 2.0生成器官设计图,再用Tripo AI把每张图转成3D模型,最后用Codex写代码整合成Web应用。初始每个3D模型约120-150MB,页面性能仅16fps;经过Codex多轮优化,每个模型降到2-5.5MB,总资产从900MB减至28.6MB,并按需加载。Codex还自动生成了器官在人体中的位置插图,以及解释各器官结构的交互热点标记。

原文 · Greg Brockman

chatgpt for building interactive educational tools

chatgpt for building interactive educational tools The Bugged Dev @thebuggeddev Only if education could be this interactive ❤️‍🔥 I've had a looong wish to build something genuinely useful through vibe coding, and I finally did it. A 3D human anatomy application built with @threejs using GPT 5.6 Sol. It all started with a single design image that I created using GPT Image 2.0. I then used it to generate every 3D organ image, one by one. Next, I converted each of those images into 3D models using @tripoai (and no, they didn't sponsor this 😄). After that, I opened Codex, wrote a master prompt based on the design, and gave it the prompt, the design image, and all the 3D models. Codex built the first version beautifully, but there was one big problem. Every single 3D model was nearly 120-150 MB. That obviously wasn't practical for the web and was giving a performance of 16fps. After a few iterations, Codex optimized each model down to roughly 2–5.5 MB while preserving the visual quality, reducing the total asset size from ~900 MB to just 28.6 MB. And each model loads on demand. Along the way, Codex also generated those anatomical illustrations showing where each organ sits in the human body, and even created the interactive hotspot markers that explain different parts of every organ. It handled all of that. The process wasn't exactly one shot, but it also wasn't difficult. You just have to do it step by step. It genuinely felt like building something that could make learning anatomy much more engaging. The inspiration came from @DilumSanjaya 's 3D animal plant cell project. I remember seeing it and thinking, "I want to build something like this one day." And I did it :D Live anatomy-livid.vercel.app VB Code github.com/thebuggeddev/a… xO Your browser does not support the video tag. 🔗 View on Twitter 🔗 View Quoted Tweet 💬 66 🔄 25 ❤️ 528 👀 47502 📊 91 ⚡

用ChatGPT和Codex构建3D人体解剖学交互应用 · AI 热点