seanofw
seanofw
PNG is a fairly large, complex metafile format, with a complex compression scheme, multiple interlacing algorithms, several color formats, lots of kinds of metadata, and some really weird corner cases...
To follow on what @daerogami said: For performance, the `StbiSharp` library (not to be confused with `StbImageSharp`) is a wrapper around an actual compiled C DLL, so it runs as...
I agree that OpenTK should _not_ ship with an image library, nor with an image library as a dependency: Let's keep OpenTK itself as small and thin as we can....
I can't second this feature request enough. My use case for this feature is a bit different from @rba100's; so here's my "Agile user story," if you like developing software...
There are more, @ygoe, at least ten rounding modes that I can think of offhand. @grochocki is right that this isn't as obvious as it might seem. **Simplistic rounding modes:**...
I just built and tested the [GLControl Input Test](https://github.com/opentk/GLControl/tree/master/OpenTK.WinForms.InputTest) program, and it's working fine: I get KeyDown and KeyUp messages, both in native and WinForms mode. @userolle and @MarcioAB, have...
I've been trying to reproduce this behavior locally, and I can't: Everything I've tried seem to work just fine. @dowdybrown Can you describe precisely how to cause the issue so...
Closing this issue due to inactivity.
I think this may be a bug in the Designer itself: I've since run into this problem before with other controls, not just the GLControl. If you go into the...
This is hard, and in most cases it requires a lot of complicated code to interact directly with the underlying window system. On Windows, you'll need to write a number...