TLDR: I built Cursor for Blender which generates clean wireframes.
Let me start with a confession. I'm a terrible 3D artist. Like, genuinely bad. Every time I opened Blender, I'd spend three hours trying to model something simple and end up with a geometry crime that looked like it was designed by someone who has never seen a real object before.
But here's the thing. I needed 3D assets for my projects. Game prototypes, architectural mockups, product visualizations. And hiring a 3D artist for every little thing, specially to send proposals and to make drafts, was not in the budget.
So I did what any developer with too much free time and not enough common sense would do.
Codemasterip has been offline for 48 hours to implement improvements and new features on the site. Thank you for your patience and enjoy the new features!
There is a very quick way to create UI for a mobile application or a website. I used this approach to create the UI for one of my side projects. To create the design, I used Google Stitch (https://stitch.withgoogle.com/).
Stitch allows you to design using prompts, then edit specific parts of the image by highlighting them and describing what to change. You can download the designs in HTML or PNG. If you need a ready to use HTML page, you already have it. In my case, I needed functional HTML pages that communicate with a backend API on AWS.
Most API tools I have seen don t go seem to go far enough when it comes to scripting. They stop at JavaScript, a limited sandbox, and systems that aren t really extensible.
That might work for small tests, but it can quickly break down when you want to build real, multi-step workflows.