Dead simple UI layout "Rectcut" #146
mambastudio
announced in
Archived
Replies: 2 comments 3 replies
|
Thanks! Interesting project but I don't think it's relevant to JavaFX as I think layouts are quite powerful, on the page I see nothing you can't do with JavaFX as of now |
0 replies
|
@mambastudio Well, I guess it's never too late to change your mind. Two years later I ported the Rectcut layout concept to Java, here |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Great work on MaterialFX. Love the detail work in it.
This is just a general discussion, but wanted to point out, for your interest, there is a cool concept here on designing simple UI layout framework called Rectcut! The code seems quite simple, but the endless possibilities of designing UI layouts is quite astonishing. Apparently, it seems it's possible to design even a flexbox layout using it. Probably an idea to increase your arsenal in MaterialFX if it's of interests.
All reactions