Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render to offscreen canvas for VGG runtime wasm version #335

Open
harry75369 opened this issue May 10, 2024 · 0 comments
Open

Render to offscreen canvas for VGG runtime wasm version #335

harry75369 opened this issue May 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@harry75369
Copy link
Member

Detailed description

Currently VGG runtime wasm version is only able to render to a normal canvas node. This will slow down the main process and will even stop the webpage responding.

Rendering to an offscreen canvas may help solve this problem.

Possible implementation

More research should be carried out how to achieve this goal. As far as I know, emscripten + SDL currently do not support offscreen canvas.

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants