Native window handles API for viewports.
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
Currently only eframe::Frame supports getting native window handle. But when we create new viewports we could not access window handle of this viewport. So we could not embed some contents like CEF web view for instance in viewports.
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 tracing the existing eframe::Frame native window-handle API and how new viewports are created. Determine how each viewport could expose its native handle for embedding content such as a CEF web view. Done means newly created viewports provide accessible native window handles without removing the existing Frame API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100