
Race in Cubes
在3D立方体环境中进行竞速的街机游戏。
@dominguezdaniel · X
Play here! 🏎️ Built with Codex. Powered by Three.js. Deployed on Vercel.
完整作品展
主题
已知属性
是透镜不是过滤器——只显示我们能确认的项目。
技术栈
251 projects

在3D立方体环境中进行竞速的街机游戏。
@dominguezdaniel · X
Play here! 🏎️ Built with Codex. Powered by Three.js. Deployed on Vercel.

AltosTools 提供 12 个免费在线生成器,无需注册,直接在浏览器中使用。
@Oriam216 · X
Just launched AltosTools 🧰 — 12 free online generators in one place. QR codes, passwords, business names, price quotes & more. No sign-up, works on mobile, runs 100% in your browser. Try it 👉 #buildinpublic #freetools #indiehackers

免费视频通话应用,支持随机配对和私密房间,无需下载。
@Vikram_Aditya_G · X
🚀 Just launched TWLO! A real-time video chat app built with React, Node.js, WebRTC & Meet strangers, create private rooms, and chat instantly. 🌐 Would love your feedback! 🙌 #WebRTC #BuildInPublic #WebDevelopment #OpenToWork

通过阅读适合你语言水平的AI生成故事,在语境中学习词汇和语法。
lecsium · Product Hunt
Lecsium Learn languages by reading AI-generated interactive novels

让AI模型通过3D动画展现香蕉植物的完整生命周期来比较性能。
fran-mora · HN
I gave 5 AI coding agents one prompt: grow a banana plant through its whole life in three.js: sprout, leaves, flower, fruit, rot, then pups that restart the loop. It's deceptively simple and yet very hard to get right from procedural code: you have to write working three.js and understand how the plant is actually built; how it hangs, ages and decays. Get the biology wrong and the code renders something weird. These are agents, not bare models (Claude Code and Codex for now). They can use tools, including playwright to check their work and improve it.

浏览在黑客新闻上提交的 Substacks。
cartucho1 · HN
I made an HN clone that lists only Substacks posted here. - Why? Over the years, I've discovered some great blogs here, so I thought it would be nice to have a filter for them. - Why only Substacks then and not blogs more generally? Because it's easy to query for "substack.com" in the public HN Algolia API (see below). Plus, hnblogs was already taken :) - What about substacks on custom domains then? At the bottom of the page there is a form to submit a custom domain. The site attempts to auto-validate that it is a Substack. If that fails, it is marked for manual review (which I'll do every once in a while). Approved ones will be included in the results. - How? I use HN's Algolia API to fetch substack stories by searching for "substack.com" in the url. I do this via a CloudFlare worker that has 3 separate cron triggers: (1) fetches new stories every 10 minutes and saves them in a KV store. (2) runs 2 minutes after the first, computes hot stories from new ones by simulating HN's scor

一款免费在线瓷砖拼图游戏,与朋友或电脑对战。
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is

伪装任何网页为 VS Code、Word 等常见办公软件。
yushuxin · V2EX
一个可能被全球老板拉黑的产品!摸鱼,我们是专业的 摸鱼( SneakRead ):**把你想看的任何网页,整屏伪装成一个正经办公软件**。 朋友提醒我,这可能是一个会被全球老板拉黑的摸鱼神器。 内置 14 套皮肤,包括: - 普通白领的选择:Word 、Excel…… - 浓厚班味儿的选择:飞书、钉钉…… - 出海白领的选择:Gmail 、Slack 、Google Docs 、Notion…… - 程序员的选择:VS Code 、Claude Code…… 还有一个功能:当你老板走过来的时候,你点击 ESC 键,屏幕立即出现一个 Excel 预算表。 # 地址: https://sneakread.com 开源的,欢迎贡献新皮肤 https://github.com/SneakRead/sneakread <img width="1440" height="900" alt="Image" src="https://github.com/user-attachments/assets/a96907a0-c0f3-4e9c-9390-56

免费在线生成器和决策工具,包含 Yes/No 生成器、随机选择器和转盘游戏。
@qt_nest · X

为游戏、Discord 服务器和创意项目生成免费创意名字和用户名。
@qt_nest · X

上传简历获得多个AI角色的趣味评价与改进建议。
@iamayuv · X
there’s an AI that roasts your résumé and one roaster is a Disappointed Parent 😭 “Sharma-ji’s son put numbers on his résumé. you have ‘passionate about excellence’” free →

Fractetris:每个像素都是一个完整的俄罗斯方块游戏。
farcaster · HN
On this page there are two complete recreations of the original Gameboy Tetris game based on the commented assembly code. On the top level there is a C version that compiles to WASM but on every pixel of that version there is a GLSL shader also implementing the complete original code with a AI player making virtual inputs! Everything was planned by me and coded by Claude Fable. Brazilian tileset generated by Gemini so I'm not technically using any copyrighted assets. Link to repo: https://github.com/ThiagoLira/Fractetris/tree/main