Three-d and Tauri #319
Replies: 1 comment
-
Hi. Thanks for the kind words 🙏
I haven't tried, but I'm sure it's possible. All that it requires is an OpenGL/WebGL context preferably a glow context. For example this tauri and egui integration creates a glow context from tauri to use for egui. In the same way, you can create a glow context from tauri to use to create a three-d context using Context::from_gl_context(). Then that three-d context can be used for rendering with three-d.
Yes, see this example if you want to use |
Beta Was this translation helpful? Give feedback.
-
Hi !
First of, Great job for the library and therefore thank you!
It may be an obvious answer to you or community (i ve searched in good faith here and google), but is it possible to integrate a Three-d scene in a Tauri app?
Do you have example(s) for this ? with your actual examples for instance
Also does it integrate well in a egui window?
Thank you!
Bertrand
Beta Was this translation helpful? Give feedback.
All reactions