
LORT Calculator
A calculator and data manager for LORT game statistics and analysis.
LORT Calculator — Stream 游戏 LORT 工具网站
The full gallery
Tech stack
34 projects

A calculator and data manager for LORT game statistics and analysis.
LORT Calculator — Stream 游戏 LORT 工具网站

Generate 3D models, characters, and animations from images or text.
zaczuo · Product Hunt
V2Fun Generate 3D character with 8K textures and AI motion capture

Generate interactive 3D worlds in seconds with text and photos using AI for games, research, and robotics.
ai world generator — 用文本和照片生成自然风光视频的 AI 工具网站

Tune turbocharger geometry and watch physics simulations in real-time.
@_m3rl1n · X
Got 2 of em for ya. And a fun little side project literally built by the prompt the above generated:

An AI-powered platform for solving and collaborating on math problems in a social context.
lemma1729 · HN
Hi HN, This is ProofTree, and in TLDR: it is a platform where you can chat with an AI to do math, the way you already do, with context-awareness and knows how you personally do math, connected to the fora of other live human mathematicians. So, when you are talking to an AI about a proof at 3 am, and you need a human expert looking at it, or a discussion around it, like you do on StackExchange, this is it! You need an approved email account to use it, so please write here if you would live to try it out.

Convert images to 3D models for games, 3D printing, Blender, and web.
NanaVis — Nano Banana 驱动的 AI 图片编辑工具

Chat with AI to generate interactive, editable 3D models and game scenes.
tianhehechu · V2EX
ThreeBox 开源:通过聊天创造 3D 模型和游戏场景,已开放所有用户免费使用 先贴 ThreeBox 的体验地址: https://threejson.org/tools/scene-host/threebox/?lang=zh-CN 1 、ThreeBox 是什么? 你可以将 ThreeBox 理解为类似 ChatGPT 的交互界面,你可以通过自然语言聊天来生成可交互、可编辑、可导出的 3D 模型。 2 、豆包也能生成 3D 模型,ThreeBox 有什么特殊? ThreeBox 生成的 3D 模型是动态可交互的,比如:生成一个地球并用文字标注; ThreeBox 可以生成完整的 3D 场景,支持自动纹理贴图,支持文字、特效、粒子和物理引擎; ThreeBox 支持对模型的直接的、精细的调整; ThreeBox 生成的 3D 模型,可以导出为任意主流 3D 格式,包括 3D 打印; ThreeBox 是开源的,ThreeJSON 项目的一部分,与 ThreeJSON 一起通过 MIT 协议开源,这意味着你可以:下载、修改、定制、再发行、用于商业系

Draw and edit 2D CAD designs in your browser, then export as DXF or PDF.
@KulmanLab · X
- a free and accountless alternative to Autocad

Create animations and motion graphics with layer-based timeline editing and node-based compositing.

Create vector and 3D animations in your browser with AI generation and keyframe editing.
@listudio · X
Fable 5 规划+Codex 执行,效率真的很 ok。一个周末上线了两个工具网站。麻了。。 👉: 和

Forge creatures in a 3D game with GPU-simulated water physics.
@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

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t