arc and ellipse are not presented to the visual backend
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 82/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- rust
- Domain
- computer-graphics
Research direction
Start in shapes.rs at shapes::arc (line 119) and shapes::ellipse (line 214), comparing their visual-backend handling with line, circle, rectangle, and putpixel. Add the corresponding draw-and-present behavior while respecting batch_mode. Run a visual-backend configuration and verify that arcs and ellipses appear in the window.
Written by the indexing model from the issue text.
Description
shapes::arc (shapes.rs:119) and shapes::ellipse (shapes.rs:214) write to the page buffer but lack the #[cfg(feature = "visual-backend")] present block that line/circle/rectangle/putpixel have. Result: nothing appears in the window.
Fix: add the same draw+present block (respecting batch_mode).
Acceptance: arc/ellipse visible in visual-backend run.
Part of #3.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
More from sunsided/bgi
-
cleanup good first issue kilo-auto-fix kilo-triaged
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
enhancement kilo-duplicate kilo-triaged parity sdl-bgi
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
SDL_bgi window-management functions (initwindow, closewindow, setcurrentwindow, getcurrentwindow) Openenhancement kilo-auto-fix kilo-triaged parity sdl-bgi
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement kilo-auto-fix kilo-triaged parity
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
enhancement kilo-auto-fix kilo-triaged parity
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100