Embedding Babylon JS
#3798
-
I was trying to embed Babylon JS into a Wails app but it doesn't;t seem to work in the app itself. It DOES work on the browser that one can open for debugging, but the Wails app does not show the canvas. Am I doing something wrong? Can anyone confirm that it does/doesn't work? Here is a repo with the code I am running: https://github.com/mrunion/babylontut |
Beta Was this translation helpful? Give feedback.
Answered by
mrunion
Oct 2, 2024
Replies: 1 comment
-
OK, I fixed the issue. I changed the way BabylonJS was imported and it works fine in the Wails app window now. Thanks! (The repo linked is updated appropriately) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mrunion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, I fixed the issue. I changed the way BabylonJS was imported and it works fine in the Wails app window now.
Thanks! (The repo linked is updated appropriately)