can i use on mono linux,mac
Open
- Dominant language
- C#
- Stars
- 804
- Forks
- 294
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
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";
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with OpenGL.cs and inspect how the OpenGL library constant is selected. Review Environment.OSVersion and the existing Windows value, then determine the appropriate Mono Linux and macOS library names; done means the wrapper selects the correct library on each supported platform.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100