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
- Host: GitHub
- URL: https://github.com/palexdev/rectcut-java
- Owner: palexdev
- License: lgpl-3.0
- Created: 2024-11-10T15:05:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T09:42:04.000Z (over 1 year ago)
- Last Synced: 2025-10-17T17:58:17.131Z (6 months ago)
- Language: Java
- Size: 87.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.