Settings

Theme

Ask HN: What is the best UI builder that you have ever used?

19 points by hypermachine 5 years ago · 23 comments · 1 min read


I am looking for examples of good UI builders, specifically those that can handle responsive UIs while maintaining fast development velocity. Most UI builders that allows fast iteration are limited to absolute positioning, while those that are responsive are generally not very intuitive to use because the widgets cannot be easily dragged around.

dmz73 5 years ago

Lazarus and Delphi have the most intuitive UI builders of all the tools I have every tried. Lazarus components can be anchored relative to the parent and to each other. Latest Delphi has various layout panels - stack, relative, grid. Both tools feel fast and responsive (even on older hardware) which is something that I haven't experienced with any .NET or Java tool I had to use. Both tools have been around for a long time and haven't changed or abandoned underlying technology every few years so projects built 10 years ago can still be used with latest versions, sometimes just recompiling is enough.

yesenadam 5 years ago

I really loved using Borland C++ Builder 4 (on Windows), around 2000-2010. I've haven't found anything so easy to use since.

anotheryou 5 years ago

https://www.concrete5.org/ was way ahead at least when I tried it years ago.

It allows for in-place editing and as a dev I could easily add more custom elements/blocks to be dropped and configured.

---

Elementor for wordpress is decent regarding the responsive thing. But load times in the end suck...

karmakaze 5 years ago

I wrote a UI builder for OS/2 PM that targeted PM or Windows. It also had supporting libraries and code generators that let you pick many standard formatting and validation functions as well as hook in your own. That was around 1990.

Why are we still only specifying the layout in this day and age? We should be able to spec most of an application 'in the UI builder' and only add the data processing parts, even the network access or persistence should be wired for us.

thedevindevops 5 years ago

Can you tell us a little bit more about what your building? Is it web or native?

miguelrochefort 5 years ago

XAML (WPF, Silverlight, UWP, WinUI) is the best I’ve used.

andrecp11 5 years ago

What kind of UI are you building? What platform are you targeting?

_448 5 years ago

https://storybook.js.org

It spromotes atomic design system

  • hypermachineOP 5 years ago

    That's more of a demo and showcase tool rather than a GUI builder. I am specifically looking for the drag and drop type.

karmakaze 5 years ago

NeXTSTEP Interface Builder. It found it's way into XCode, but the constraint system with autolayout just got tedious.

taf2 5 years ago

In 2000s I really liked Glade for Gtk+

  • simonblack 5 years ago

    So what did you replace Glade with?

    • taf2 5 years ago

      Long story but sort of XULRunner . After many days hacking the win32 event loop with assembly to inject a function to fix an event loop bug with gtk gecko.. I realized a bunch of c++ developers already solve most of the UI issues with HTML and CSS... so in about 4 months I reworked a year of work we put into Gtk+ On a custom build of Mozilla for our application... we later sold the company and I wish I still had that code but have really only worked on web apps since

speedgoose 5 years ago

Actual source code is always the best despite the inconvenience.

  • hypermachineOP 5 years ago

    Fair enough and I agree, but I am looking for examples of UI builders with great UX and flexibility because I am currently building one.

dalu 5 years ago

Quasar.dev

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection