leptos/projects/bevy3d_ui
Greg Johnston 8848eb8b87 0.6.13
2024-07-24 08:00:11 -04:00
..
public projects: example using the bevy 3d game engine and leptos (#2577) 2024-05-27 15:55:27 -04:00
src projects: example using the bevy 3d game engine and leptos (#2577) 2024-05-27 15:55:27 -04:00
Cargo.toml 0.6.13 2024-07-24 08:00:11 -04:00
index.html projects: example using the bevy 3d game engine and leptos (#2577) 2024-05-27 15:55:27 -04:00
README.md projects: example using the bevy 3d game engine and leptos (#2577) 2024-05-27 15:55:27 -04:00
rust-toolchain.toml projects: example using the bevy 3d game engine and leptos (#2577) 2024-05-27 15:55:27 -04:00

Bevy 3D UI Example

This example combines a leptos UI with a bevy 3D view.
Bevy is a 3D game engine written in rust that can be compiled to web assembly by using the wgpu library.
The wgpu library in turn can target the newer webgpu standard or the older webgl for web browsers.

In the case of a desktop application, if you wanted to use a styled ui via leptos and a 3d view via bevy you could also combine this with tauri.

Quick Start

It's best to use a web browser with webgpu capability for best results such as Chrome or Opera.