
Fountible — Figma Alternative Where Design Is Code
Fountible 可将 Figma 设计转换为 React 和 Tailwind 代码,支持 AI 设计和 3D 功能。
@onuro · X
完整作品展
技术栈
33 projects

Fountible 可将 Figma 设计转换为 React 和 Tailwind 代码,支持 AI 设计和 3D 功能。
@onuro · X

帮助Tallulah在纸飞机主题益智游戏中找到回家的路。
@asredoblado · X
Tallulah's Paper Adventure. Help Tallulah find her way home. #paperairplane #game #webgame #app #vibe #vibecoding #indiegamedev

CBC COMIX 是儿童漫画俱乐部,分享艺术、视频和玩游戏。
@larrykim · X
My 8 year old vibe coded the 2026 version of an ultimate treehouse/clubhouse for his grade 2 buddies. - none of his buddies do vibe coding

缝纫机竞技游戏,争登排行榜。
dkhcyx · V2EX
欢迎大家体验我做的发人深省,劝人向善的精品游戏 https://cassiangroup.uk/sewing/ https://cassiangroup.uk/salvate/ 最近 codex 重置太多了,蹬不完的 token 拿来蹬游戏了 期待大家荣登排行榜

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

在这款5分钟交互式游戏中审问AI嫌疑人来破案。
@Kamphey · X
I made a 5 minute crime solving game. try it out. You get to talk to a suspect and interrogate them.

假扮成 AI 与真实 AI 竞争工作的有趣游戏。
bossissb · V2EX
大家都在分享自己做的工具,我也分享一个摸鱼的 地址 https://humanapp.app/ 或者 https://www.humanapp.app/ 抄的国外的网站 求兄弟们给点意见,我即时修正,听劝

把你的手绘涂鸦变成动画表情包
hjessmith · HN
I like doodling, and I like character animation. I made a little tool that can animate your hand drawn characters and put them into an animated meme. It's free, there's no login needed, and it uses an animation pipeline (not generative AI) to create the outputs. Works on desktop and mobile. If you give it a try, I'd love to hear your feedback. Thanks!

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/ 它和骰子类似,都是临时做随机决定的小工具。