Hacker News new | ask | show | jobs
by mamcx 3029 days ago
I'm exploring in build a UI (https://talk.remobjects.com/t/potential-way-to-do-almost-cro...) that probably will benefit for have a custom layout engine. I have looked at yoga, but the example in your site look more compelling.

The use case is "simply". I need something that do the layout calculations for me and I take care of call the controls...

1 comments

You can play around with the engine in code here: https://github.com/lynaghk/subform-layout but the best way to get a sense of things is to use it from within Subform.

Curious to hear more about your use case and what you think of the existing API/demos --- definitely open a Github issue or start a topic on the Subform discussion board after you get a chance to try things out.