Immediate-Mode-UI / Immediate-Mode-UI/Nuklear
Window rounding
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11.4k
- Forks
- 686
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 3
Description
Currently, setting `style->window.rounding` does not seem to have any effect, and I also couldn't find any use of this variable in the source code. Am I missing something here is or is window rounding not implemented?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by searching the source for style->window.rounding and trace the window rendering path to determine whether the setting is connected to any behavior. Confirm the intended effect of window rounding from the surrounding implementation, then make the setting effective and verify that the observed behavior changes accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100