This is an example of how to use Tauri as the window manager for a Bevy game. Rendering everything native in bevy and using Tauri for the window management and UI elements.
There are two different examples in the same codebase: wgpu and bevy. If you want to run the wgpu example, you need to give additional flag as the following command after building the release version:
cd src-tauri/ && src-tauri/target/release/btexample --use-wgpu
This project is using the Tauri framework for the window manager and UI elements. And the build tools from tauri-cli and yarn.
To run a development server, you can use the following command:
yarn tauri dev
Build the release version:
yarn tauri build