logoalt Hacker News

Animatstoday at 7:41 AM1 replyview on HN

> Here's the catch. To put a decent interface on a seven-dollar board today, you still need C++, a board SDK... None of that looks anything like building for the web, so the way most people build interfaces stops at the edge of the device.

So they put a web browser in the device?


Replies

socalgal2today at 8:34 AM

I’ve had Claude build UIs from scratch in rust. No framework. I prompted it to make its own ImGUI style Ui system and a few minutes later I had texts, icons, buttons, sliders, scrolling lists, etc..

All my experience tells me it can do it with or without a GPU meaning if you don’t have one it can easily write a software render for a UI