rust-osdev / rust-osdev/bootloader
Double buffering / page flipping for the framebuffer
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.7k
- Forks
- 240
- PR merge metrics
- No merged PRs in 30d
Description
I was wondering if there was any easy way to implement a double buffer for the framebuffer that this crate provides?
Forgive me if this seems obvious as I am very new to low-level video programming
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.
Research direction
The issue does not name any files, tests, or entry points. Start by locating the crate's framebuffer implementation and determining whether it exposes a way to manage multiple buffers or page flipping. Done would require an agreed design and documented behavior for double buffering, along with coverage for the supported framebuffer modes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- computer-graphics, operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100