lapce / floem

A native Rust UI library with fine-grained reactivity
https://lap.dev/floem/
MIT License
3.05k stars 133 forks source link

How does floem integrate OpenGL or wgpu to display 3D models? #694

Open xiangechen opened 2 days ago

xiangechen commented 2 days ago

Does Floem have any widgets for rendering 3D models, or is there a way to embed OpenGL or wgpu into a specific area? If possible, could you provide an example? Thank you very much.

jrmoulton commented 1 day ago

It doesn't yet. #687 is a tracking issue for this.