versotile-org/verso

Offscreen Rendering

Closed this issue · 1 comments

To enhance the capabilities of potential browsers or applications built on Servo and Tauri, we must provide robust offscreen rendering support. This will enable the implementation of advanced features such as multiview, headless mode, command line interfaces, and offscreen rendering itself.

The initial step in this development process is to ensure that our rendering framework can operate offscreen by default. OpenGL possesses the capability to maintain the buffer in the background and transfer it to a window when required. Therefore, a strategic refactoring of our codebase in this direction is imperative.

Below will list all commits and PRs related to this milestone:

Reopen to track more following issues.