Immediate-Mode-UI / Immediate-Mode-UI/Nuklear

Row auto repeat?

Open
#248 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.