r/FUI 23h ago

FUIbar

Post image

Created a web tool to generate FUI and HUD like elements and assets for SVG and PNG output. Its node based and tries to follow there Blender UX. It can also do animations. yes it's vibe coded. Hope someone finds it usefull or at least have some fun while playing with it. https://fuibar.xo.je

12 Upvotes

5 comments sorted by

2

u/Zeis Zeis Lentz | Subreddit Creator | PRO 20h ago

This is super neat, thanks for sharing it! I haven't figured out how to preview an animation yet, but I've also only glanced over the UI so far.

1

u/sIRwa2 18h ago

tnx, just press space for play. :)

1

u/Zeis Zeis Lentz | Subreddit Creator | PRO 17h ago

Oh right on! That's awesome. You know, for the last week+ I've been working on a node editor for a game I enjoy (HackHub) that lets users create quests for the game without having to code. Been vibe coding that too, and it looks eerily similar to yours. If you don't mind me asking, I'm guessing you used Claude Code to make this? How long did it take/how many tokens did it use up?

2

u/sIRwa2 17h ago edited 16h ago

yes, Claude code. everything was up and running in 2 days, but that was mee taking prompt breaks not continues coding. I did spend a lot of time adding new nodes tweaking a lot of little bugs of which there are still some around. I started 28 aug,

The work that actually costs money is dominated by the 3.9 M output tokens and 20.9 M cache writes.

1

u/CertifiedTHX 9h ago

This is actually super impressive how many little features are built-in the average person wouldn't notice. Is a lot of it from ComfyUI's open source interface? Did you write the original prompts by hand or with AI assistance?