dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
753 stars 300 forks source link

Updated vsix manifest for Visual Studio 2017 #146

Closed frozen-eye closed 5 years ago

santoshdey commented 5 years ago

Hi Frozen How can i install sharpgl ext on vs 2017 Could your work be used Thanks in advance SND

frozen-eye commented 5 years ago

Hi Frozen How can i install sharpgl ext on vs 2017 Could your work be used Thanks in advance SND

Hi, With this patch you'll be able to install this package for VS2017. Just need to download SharpGL.vsix and run it (I've checked : it is working well with my changes). Original version (with no my changes) will fail with such errors: sharp_gl_install_fail_log sharp_gl_install_fail

dwmkerr commented 5 years ago

Awesome, thank-you!