
CellR — Cellular Automata Editor
设计、动画化并导出元胞自动机图案
@majo_puterka · X
Nerdy, browser-based pattern generator on Wolfram's cellular automata. SVG export, freehand mode, free.
完整作品展
技术栈
21 projects

设计、动画化并导出元胞自动机图案
@majo_puterka · X
Nerdy, browser-based pattern generator on Wolfram's cellular automata. SVG export, freehand mode, free.

AI 音乐工作室,30 秒内生成完整歌曲,包括词曲、人声和混音。
@creativeaigrl · X

输入文字或歌词用CreateYourMusic生成音乐、节奏和伴奏。
CreateYourMusic AI — AI 音乐生成器,把文字描述、歌词或诗句变成带人声、旋律和编曲的完整歌曲,支持多风格生成和 MP3/WAV 下载

Blue White Flag - 节奏判断游戏,按箭头键跟随节拍并区分真假指令。
Blue White Flag — Play Blue Flag White Flag Games Online Free

通过调整 HSB 滑块来猜测匹配动漫颜色的在线游戏。
ToonTone — 在线动漫猜颜色小游戏

Runtime Riot 自动扫描您网站的运行时安全漏洞。
@runtimeriot · X
Scan your site for security vulnerabilities.

用 GPT Image 2 通过文本快速生成、编辑和放大图片。
GPT Image 2 — AI 图片生成工具,支持快速生成高质量图片,适合用于设计灵感、内容创作、社交媒体配图等场景。


用NVIDIA TensorRT-LLM在消费级GPU上进行高性能大语言模型推理。
brianhabana123 · HN
TensorRT-LLM running natively on Windows (no WSL)

从产品URL快速生成UGC视频广告,包含趋势分析和AI脚本。
@z_duane · X

在这个基于浏览器的游戏中,调整 neural network weights 以适配数据曲线。
Gooblebrai

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