frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: ggc – A terminal-based Git CLI written in Go

https://github.com/bmf-san/ggc
33•bmf-san•3d ago•18 comments

Show HN: MCP server for Blender that builds 3D scenes via natural language

https://blender-mcp-psi.vercel.app/
77•prono•8h ago•22 comments

Show HN: Am-I-vibing, detect agentic coding environments

https://github.com/ascorbic/am-i-vibing
57•ascorbic•22h ago•28 comments

Show HN: Display Photos on a World Map

https://worldsnap.surge.sh/
31•stagas•3d ago•2 comments

Show HN: New Audiobook Generator for Nvidia Using Chatterbox TTS

https://github.com/cpttripzz/Chatterblez
3•beboplifa•8h ago•2 comments

Show HN: Context42 – capture your coding style from across your projects

https://github.com/zenbase-ai/context42
3•knrz•12h ago•3 comments

Show HN: Molab, a cloud-hosted Marimo notebook workspace

https://molab.marimo.io/notebooks
115•akshayka•1d ago•20 comments

Show HN: I built library management app for those who outgrew spreadsheets

https://www.librari.io/
86•hmkoyan•1d ago•51 comments

Show HN: OrioleDB Beta12 Features and Benchmarks

https://www.orioledb.com/blog/orioledb-beta12-benchmarks
54•akorotkov•5d ago•12 comments

Show HN: Insert yourself into that viral coldplay cheating video

https://modelplayground.ai/apps/mh702174h6ws934td3eq5aa67d7m0ht4
23•abhi3188•19h ago•1 comments

Show HN: Improving search ranking with chess Elo scores

https://www.zeroentropy.dev/blog/improving-rag-with-elo-scores
190•ghita_•3d ago•64 comments

Show HN: PlutoFilter- A single-header, zero-allocation image filter library in C

https://github.com/sammycage/plutofilter
79•sammycage•6d ago•16 comments

Show HN: Simulating autonomous drone formations

https://github.com/sushrut141/ketu
21•wanderinglight•4d ago•6 comments

Show HN: 0xDEAD//TYPE – A fast-paced typing shooter with retro vibes

https://0xdeadtype.theden.sh/
115•theden•1w ago•28 comments

Show HN: I built a simple study app and got 60 users so far:')

https://apps.apple.com/us/app/noggn-ai/id6747649185
2•iboshidev•16h ago•1 comments

Show HN: Shoggoth Mini – A soft tentacle robot powered by GPT-4o and RL

https://www.matthieulc.com/posts/shoggoth-mini
594•cataPhil•4d ago•107 comments

Show HN: I built this to talk Danish to my girlfriend – works with any language

https://menerdu.vercel.app/
204•lil_csom•1w ago•108 comments

Show HN: I created a new game: countdown

https://8bitretro.games
2•magikMaker•19h ago•1 comments

Show HN: Transform passive YouTube watching into active learning

https://www.notetubeai.com/
3•AzharKhann•19h ago•0 comments

Show HN: Mochi Invaders – Like Space Invaders but for Practicing Japanese Kana

https://xenodium.com/mochi-invaders-now-on-the-app-store
13•xenodium•4d ago•6 comments

Show HN: We made our own inference engine for Apple Silicon

https://github.com/trymirai/uzu
182•darkolorin•5d ago•46 comments

Show HN: BloomSearch – Keyword search with hierarchical Bloom filters

https://github.com/danthegoodman1/bloomsearch
65•dangoodmanUT•6d ago•13 comments

Show HN: Beyond Z²+C, Plot Any Fractal

https://www.juliascope.com/
101•akunzler•4d ago•26 comments

Show HN: ArchGW – An intelligent edge and service proxy for agents

https://github.com/katanemo/archgw/
117•honorable_coder•1w ago•15 comments

Show HN: Interactive Bash tutorial that runs in the browser

https://sandbox.bio/tutorials/bash-script
8•raboukhalil•1d ago•0 comments

Show HN: Ten years of running every day, visualized

https://nodaysoff.run
953•friggeri•1w ago•485 comments

Show HN: The HTML Maze – Escape an eerie labyrinth built with HTML pages

https://htmlmaze.com/
63•kyrylo•5d ago•21 comments

Show HN: I built an AI agent that helps me invest

https://github.com/lastmile-ai/mcp-agent/tree/main/examples/usecases/mcp_realtor_agent
4•haniehz•1d ago•2 comments

Show HN: A 'Choose Your Own Adventure' written in Emacs Org Mode

https://tendollaradventure.com/sample/
153•dskhatri•3d ago•25 comments

Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation

https://dataramen.xyz/
47•oleksandr_dem•4d ago•55 comments
Open in hackernews

Show HN: MCP server for Blender that builds 3D scenes via natural language

https://blender-mcp-psi.vercel.app/
77•prono•8h ago
Hi HN!

I built a custom MCP (Model Context Protocol) server that connects Blender to LLMs like ChatGPT, Claude, and any other llm supporting tool calling and mcps, enabling the AI to understand and control 3D scenes using natural language.

You can describe an entire environment like:

> “Create a small village with 5 huts arranged around a central bonfire, add a river flowing on the left, place a wooden bridge across it, and scatter trees randomly.”

And the system parses that, reasons about the scene, and builds it inside Blender — no manual modeling or scripting needed.

What it can do: - Generate multi-object scenes like villages, landscapes, from a single prompt - Understand spatial relations — e.g., “place the bridge over the river” or “add trees behind the huts” - Create camera animations and lighting setups: “orbit around the scene at sunset lighting” - Respond to iterative changes like: “replace all huts with stone houses” or “make the river narrower” - Maintain object hierarchy and labels for later editing

Tech Stack: - Blender Python scripting - Node.js server running MCP - LLM backend (OpenAI / Claude, easily swappable)

Demo: https://blender-mcp-psi.vercel.app/

GitHub: https://github.com/pranav-deshmukh/blender-mcp-demo/

Curious to hear thoughts from folks in 3D tooling, AI-assisted design, or dev interface design. Would you find this useful as a Blender plugin? I’m open to expanding it!

Please try it and give it a star on github

Comments

homarp•5h ago
how does it compare to the existing https://blender-mcp.com/ ?
N_Lens•5h ago
Better in every way since this is posted to HN!
chmod775•5h ago
Slightly strange how both use the same example of a house with some trees.
prono•1h ago
Will use better example, thank you for suggestion
deng•5h ago
Hi, quick feedback: the demo is extremely short, so I can't really say much. Please generate more complicated scenes and, most importantly, inspect the wireframe. From what I could glance from the demo, the generated models are tri-based instead of quads, which would be a showstopper for me.
prono•1h ago
On it, thank you for feedback
gorbachev•4h ago
The fade in effect when scrolling down is quite distracting, and makes reading the web page slower, because I have to wait for the text to appear. Yes, I have a fast computer.
halflife•1h ago
It is also very choppy on my iPhone 16, not sure why.

Edit - I tried watching the demo, and it seems that on my phone the site is not usable, I can’t play the video, clicking on play does nothing and the page keeps scrolling and jumping

desdenova•1h ago
The site layout is completely broken.

Probably vibecoded slop.

prono•1h ago
Hi, not at all vibecoded. I will fix it asap, I built it in hurry, sorry for the issue
brookst•12m ago
That's fairly rude.
prono•1h ago
Fixing it asap
bsenftner•4h ago
An MPC server is not necessary, one can just API call LLM services directly from within Blender, and they already know Blender - the LLMs know it very well, it being open source and a gargantuan amount of data about it online in the form of tutorials and so on - all in foundation model training data.
redrove•4h ago
Does anyone know of a way to create custom 3D print designs with LLMs? Is there a bespoke project or service somewhere?
rcarmo•3h ago
Nice idea - I’m adding it to my list over at https://taoofmac.com/space/ai/mcp and will try it out later as I have been dabbling in Blender plugins myself.
prono•1h ago
Thanks
mattigames•1h ago
I'm tired of the half-way-there automations, I want an MCP that can replace the person that would need to use this.
prono•1h ago
Ha ha, will reach there eventually
bravesoul2•21m ago
Taken to the nth degree you want an MCP server that makes you a feature length animation or invents a new device and ships it to you?
franze•1h ago
Screenshots would be nice.
contingencies•50m ago
I managed to do something like this directly in WebGL via threejs in Windsurf 2 weeks ago, you can see the resulting animation over here: https://infinite-food.com/ Also did an SVG animation and a globe with geopoints. So much easier than by hand...
abrookewood•28m ago
Congrats and releasing something. I'm not a blender user, but I think the demo is pretty cool. Kind of crazy what MCP is allowing LLMs to do.