Closed EnvyKong closed 5 years ago
sorry, if you want to make a C# desktop app, you don't have a lot of options. I have frame3Sharp which is a higher-level CAD-framework but it is built on Unity: https://github.com/gradientspace/frame3SharpSampleApp
Thanks! I also want to know what is the display engine of the MeshMixer and Cotangent. They are two excellent pieces of software. How do they implement interface interactions?
Looking forward to your reply!
Cotangent is a Unity app built using frame3Sharp. Meshmixer is built using Qt. In both cases, the underlying platforms (Unity & Qt) don't really provide suitable 3D interaction capabilities, I implemented those myself (that is what frame3Sharp is for)
Awsome! Thank you very much! Now I will implement 3D interaction capabilities by vtk to built my desktop application confidently!
Hello, I'm trying to make a WPF application with g3. I don't want to use Unity, it's too complex to me. I've tried vtk and opencascade. They're not very good. Do you have any components or anything recommend to me about display and interaction?
Thank you very much!