https://github.com/agvxov/dyrect
DYnamic RECTangle layouts
https://github.com/agvxov/dyrect
c c-library header-only-library immediate-mode-ui
Last synced: 4 days ago
JSON representation
DYnamic RECTangle layouts
- Host: GitHub
- URL: https://github.com/agvxov/dyrect
- Owner: agvxov
- Created: 2025-01-10T11:53:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-06-19T18:04:35.000Z (15 days ago)
- Last Synced: 2026-06-19T20:05:19.717Z (15 days ago)
- Topics: c, c-library, header-only-library, immediate-mode-ui
- Language: C
- Homepage:
- Size: 165 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dyrect
> DYnamic RECTangle layouts
Dyrect is a simple abstraction layer for single screen application layouts.
This implementation consists of a single header-only library.
Due to its simplicity,
porting to any other environment should not take longer than a few minutes.
Its value is not in the implementation,
but how it serves as a guide for an effective solution.
For the details, consult the [header](dyrect.h).
It has been commented appropriately.
To see Dyrect in practice with ncurses and raylib, consult the [examples](examples/) folder.