
Library | jh
在3D图书馆中漫步浏览精选语录。
jac08h · HN
I turned my quote collection into a walkable 3D library (desktop-only)
完整作品展
技术栈
23 projects

在3D图书馆中漫步浏览精选语录。
jac08h · HN
I turned my quote collection into a walkable 3D library (desktop-only)

用 Veo3 AI 技术生成 ASMR 视频。
AI ASMR视频生成器 — AI ASMR视频生成器(采用先进 Veo3 技术)

用NanaVis将图片转换成3D模型,用于游戏、3D打印和Blender。
NanaVis — Nano Banana 驱动的 AI 图片编辑工具

在浏览器中从文本或图像生成4K视频,无需GPU。
Wan3Pro — AI 在线视频生成工具

将图像转换为 3D 可打印的 STL 模型。
ImgToSTL — 面向 3D 打印的 AI 图片转 STL 转换器

在GPU模拟水物理的3D游戏中创造生物。
@rand_monsterlab · X
A monster walks into a GPU-simulated pond. Reactive SPH water in the browser with @threejs + WebGPU. Every movement sends ripples through Coming soon. Follow @rand_monsterlab: #ThreeJS #WebGPU #VibeCoding #IndieGame #Monster

使用参考视频的动作将静态图像转换为动画。
Kling Motion Control — AI Motion Transfer with Kling 3.0

用3D虚拟投掷筊杯获得占卜结果的游戏。
Demo1024 · V2EX
重看《周处除三害》后,我做了个 3D 掷筊小网站 大家好,我最近重看了一遍《周处除三害》。 然后看到电影里陈桂林在关圣帝君面前连续掷出九次圣杯,随后决定自首。筊杯一次次被抛起,他也在一次次落定的结果面前挣扎,直到不得不作出选择的时候,我突然也想试试掷筊,就是去掷几下玩一下。 结果我搜了半天,发现基本上类似的在线掷筊工具都做的挺拉胯的。基本都是点一下,然后给你个随机的结果,没有过程,没有仪式感。然后我就觉得不如我自己做一个。 所以就和 Codex 协作做出了当前这个版本的 3D 掷筊小网站: https://asklaoye.com/zh-Hans 名字叫「问老爷·掷筊问事」,取名源于潮汕地区,一般把这种请示神明的过程称之为问老爷。 和现在能搜到的那些在线掷筊工具相比,问老爷里的两枚筊杯会经过实际的 3D 物理运动:向上抛起、碰撞、落地,最后根据两枚筊杯停稳后的朝向,判断是圣杯、笑杯还是阴杯。由于我限制了投掷范围为网页全局视口,所以也会出现卡边之类的特殊情况,这个时候就会显示未定结果。 然后网站里面的筊杯的 3D 模型,还是我专门充值了 70

上传房间照片,描述改造需求,AI生成逼真设计效果。
@mrgriggio · X
Big update shipped to my vibecoded app focused on the italian market 6 AI flows now: furnish, render→photo, empty a room, photo→video, facade colors, garden makeover. 100% Built with @Replit and brainstormed with Claude Organic traffic starting to move thanks to @outrank_so (Blog and backlinks) + @UseFastlane (for social). Still $0 MRR but I keep pushing 🔨

V2Fun:从图像或文本生成3D模型、角色和动画
zaczuo · Product Hunt
V2Fun Generate 3D character with 8K textures and AI motion capture

用AI World Generator从文本和照片实时生成互动3D世界,用于游戏、研究和机器人。
ai world generator — 用文本和照片生成自然风光视频的 AI 工具网站

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared