figuro icon indicating copy to clipboard operation
figuro copied to clipboard

Experimental UI Library for Nim

Results 25 figuro issues
Sort by recently updated
recently updated
newest added

Hi, I tried the `tclick` example on a older `Ubuntu` and a RaspberryPiOS (RPi4) and in both cases I get a: ```bash .../fig_ws/figuro/tests/glsl/atlas.vert(1(10): 0:1(10): error: GLSL 3.30 is not supported....

Pretty much any useful widgets are welcome at this stage! - [x] Grid - [x] Vertical View - [x] Horizontal View - [x] Scroll Pane (horiz only) - [x] Button...

Resizing to a to small window freezes the `Figuro` application, like so: ![2MxxNUBjQ8](https://github.com/elcritch/figuro/assets/10289651/ad062b0e-0801-481e-9e35-e20124d3a3a2)

While working on understanding the existing code, to implement selection-by-mouse, I was compelled to start refactoring based on the inclusion of the idea of an anchor point (where the selection...

in progress

Hi there, I was wondering if you're open to me adding [siwin](https://github.com/levovix0/siwin) as a windowing backend to your project. Currently, you're using a forked version of Windy and it does...

Currently it seems like it's not being propagated. Especially when borrowing from the childs like: `this.cxMax = [cx"max-content", cx"max-content"]`. CSSGrid probably isn't handling it properly.

The `Text` widget doesn't support selecting text currently. It's implemented in `Input` already and should be copied over or refactored out.

The input widget currently only supports selection by keyboard.