antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.43k stars 78 forks source link

3D rendering / wgpu particularly #233

Closed krupitskas closed 4 years ago

krupitskas commented 4 years ago

Hey! Simple question, how can use wgpu to render 3D stuff into the gtk predefined area?

antoyo commented 4 years ago

This seems to be a gtk+ related question, not a relm-specific question, so please ask on the appropriate channel.

I don't know about wgpu, but an example of integrating 3d stuff in gtk-rs can be found here.