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

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

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.