-
Hi! Are there any examples or guides for using canvas in a desktop app? |
Beta Was this translation helpful? Give feedback.
Answered by
ealmloff
Aug 3, 2023
Replies: 1 comment
-
The desktop renderer doesn't support wasm-bindgen so the you cannot use web-sys. Instead of using web-sys like the web solution, you can use the use eval function (guide) and draw to the canvas with javascript |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
n-k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The desktop renderer doesn't support wasm-bindgen so the you cannot use web-sys.
Instead of using web-sys like the web solution, you can use the use eval function (guide) and draw to the canvas with javascript