egui/examples/custom_3d_three-d
2022-07-26 16:50:53 +02:00
..
src Update three d (#1793) 2022-07-03 18:29:12 +02:00
Cargo.toml Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
README.md Move examples out of eframe/examples into examples/ (#1486) 2022-04-13 16:13:24 +02:00

This demo shows how to embed 3D rendering using three-d in eframe.

Any 3D library built on top of glow can be used in eframe.

Alternatively you can render 3D stuff to a texture and display it using [egui::Ui::image].

If you are content of having egui sit on top of a 3D background, take a look at:

cargo run -p custom_3d_three-d