-
I have an app which I made in egui. I want to display a CAD File in that app. I found that that it can be done in this crate. How to integrate three-d in egui app ? My app saves a .stl / .obj file. The crate should read the file and display on the app. How to do this ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
This could help #440 |
Beta Was this translation helpful? Give feedback.
-
Any proper example ? I did not understand #440 |
Beta Was this translation helpful? Give feedback.
-
tl,dr: few years ago there was an three-d example in egui, but it has been removed in this commit emilk/egui@636a39c I think nowadays it can be ressurected easily. If you dont need to forward egui controls to three-d this should be even simplier. |
Beta Was this translation helpful? Give feedback.
tl,dr: few years ago there was an three-d example in egui, but it has been removed in this commit emilk/egui@636a39c
I think nowadays it can be ressurected easily. If you dont need to forward egui controls to three-d this should be even simplier.