Immediate-Mode-UI / Immediate-Mode-UI/Nuklear
Node tree: Selecting specific nodes instead of the root tree
Open
- Dominant language
- C
- Stars
- 11.4k
- Forks
- 686
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 3
Description
Currently, the node tree only provides "int isSelected" instead of "int selectedId".
This means that the entire tree is selected instead of a child node.
Contributor guide
Research direction
Start at the node tree API and trace how the current int isSelected value is used during selection. Confirm how a child node can be identified, then make the node tree expose a selected ID so selection targets that child rather than the root tree; the issue names no file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100