dwmkerr / sharpgl

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

can i use on mono linux,mac #198

Open annopnod opened 3 years ago

annopnod commented 3 years ago

you can edit code OpenGL.cs use Environment.OSVersion windows => public const string LIBRARY_OPENGL = "opengl32.dll"; linux=>public const string LIBRARY_OPENGL = "opengl.so";