Immediate-Mode-UI / Immediate-Mode-UI/Nuklear
Row auto repeat?
- Dominant language
- C
- Stars
- 11.4k
- Forks
- 686
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 3
Description
Hey! I've read layout documentation couple of times, however I still can't find any api call without columns.
Imagine grid inside the window, where grid can be resized and width can be changed. So it should be basically something like:
``` nk_layout_row_static(ctx, 60, 60);```
nk_widget..
nk_widget..
nk_widget..
...
Contributor guide
Research direction
Start with the layout documentation and the existing nk_layout_row_static API. Determine how a resizable grid could repeat rows without explicitly supplying columns, then compare the behavior with the nk_widget examples in the issue. Done means the proposed row layout works as the window width changes and its API behavior is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100