
Liquid metal — Animated metal shader effect
为UI组件创建液态金属效果的实时WebGL着色器。
@MengTo · X
These will instantly make your vibe-coded projects look less generic. Free, open-source libraries from the same creator: • • •
完整作品展
技术栈
23 projects

为UI组件创建液态金属效果的实时WebGL着色器。
@MengTo · X
These will instantly make your vibe-coded projects look less generic. Free, open-source libraries from the same creator: • • •

探索医学放射性核素的衰变链动画、辐射和临床应用。
@NazimCoskun · X
Radionuclide Explorer: This is an interactive resource for learning about common radionuclides used in nuclear medicine. It emerged out of curiosity: How far could an AI coding agent get with a real reference site in a single session? The whole thing including the layout, dataset and decay animations, was built in roughly one hour entirely by Claude Code, with only a few minor improvements.

探索数学曲线、分形、对称和拓扑的交互式可视化。
@vkuoo · X
Added more demos showcasing graph-math relationships, built with Codex.

在浏览器中使用 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

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

Chemistry AI 助你逐步解答化学问题、平衡方程,无需注册。

用文字创建和导出图表,支持 Mermaid、PlantUML、D2 等格式。
@soyalexdzul · X
Open-source platform for creating, organizing, and exporting diagrams using plain text markup. It combines the power of Mermaid, PlantUML, and D2 with a polished interface

为 Codex Desktop 设计自定义主题,调整背景、颜色、透明度和视觉效果。
plutozc · V2EX
做了个 Codex Desktop 主题预览和切换工具,先调好再安装 最近一直在用 Codex Desktop ,觉得默认界面看久了有点单调,就顺手做了个主题编辑工具,分享一下: [Codex Skin]( https://getcodexskin.com) 可以先在网页里预览主题,调整背景透明度、面板透明度、颜色、模糊和圆角等参数,满意之后再下载并切换到 Codex Desktop 。 目前支持: - 自定义 JPG 、PNG 、WebP 背景 - 在线实时预览主题效果 - 调整透明度、颜色、模糊、圆角 - 预览满意后生成安装命令 - 不喜欢了可以恢复默认外观 目前主要面向 macOS 上的 Codex Desktop ,还是个人项目,功能和兼容性都在继续打磨。 欢迎试试,也想听听大家对主题参数、预览效果和安装流程的反馈。 直接网址: https://getcodexskin.com [轻喷 轻喷,可能还有些 bug

在 67 个互动世界中改变参数,探索物理、生物和天文学背后的规律。
@maker_jackie · X
我做了一个我自己会忍不住一直玩的网站 shape of world。 这是一个“可游玩的知识宇宙”:你可以改变地轴倾角,看四季怎样出现;把小行星砸向地球;拆开一头牛,找到吊龙和牛腱;还可以查看超酷炫的黑洞和太阳系。 现在有 67 个互动世界。免费、不用登录,打开就能玩。 👉

与实时AI伴侣进行互动学习,AI可以看到你的工作并逐步指导。
khalis_ux · Product Hunt
CartesiumAI Learn by experimenting with a real-time AI companion

LSBattle实时展示BTC/ETH/SOL期货市场多空战场可视化。
flreey · V2EX
模拟 btc/eth/sol 多空军沙盘效果 https://w3arb.xyz/ 其他地方看到的创意,我觉得很有意思,模拟币圈多军/空军对战场景 底部还可以发弹幕,聊天

3D骰子模拟工具,支持D4-D20,掷骰即得结果和总点数。
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。