An open API service indexing awesome lists of open source software.

https://github.com/palexdev/rectcut-java

Java implementation of the rectcut concept from https://haltaire.substack.com/p/rectcut-for-dead-simple-ui-layouts
https://github.com/palexdev/rectcut-java

Last synced: 3 months ago
JSON representation

Java implementation of the rectcut concept from https://haltaire.substack.com/p/rectcut-for-dead-simple-ui-layouts

Awesome Lists containing this project

README

          

Java implementation of the rectcut layout strategy concept
from [halt.software](https://halt.software/dead-simple-layouts/) with a few more extensions.
The algorithm provides a simple way to split up a UI into sections.

Tiny library, no dependencies needed. Even though I'm going to use this with JavaFX, I tried keeping it as generic
and small as possible.