Cannot run project
I try run project but when i clone it, i get error:
Hi ! Yes I have removed netstandard and this is an issue. Will fix. Meanwhile you can try to edit the csproj and add "netstandard2.0" to the TargetFrameworks tag.
Hmm, I tried, but it doesn't work. Can you guide me through the steps to view 3d objects in this form app?
Didn't notice it was WinForms project. This project and any other are not viewers, only generators. Models can be generated as GlTF, STL. And can be viewed using online viewers or Windows 3D Viewer To integrate a viewer in WinForms you will need an external component (usually a wrapper around OpenGL)
Oh, tks u