cloudhead / cloudhead/rgx.legacy
shapes example hangs
Open
- Dominant language
- Rust
- Stars
- 193
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
`cargo run --example shapes --features="renderer"` creates a window but it does not draw anything.
I had to comment out two occurences of `window.request_redraw();` to make it work.
All the other examples work normally.
Contributor guide
Research direction
Run `cargo run --example shapes --features="renderer"` and inspect the shapes example around its two `window.request_redraw();` occurrences. Done means the example window draws its shapes without hanging, while the other examples continue to work normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100