🕹️
Creating game development libraries and tools.
I create tools for game programmers and developers. Also interested in computer graphics, audio, and mathematics.
- Boston
Pinned Loading
-
opentk/opentk
opentk/opentk PublicThe Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you e…
-
AthenaSearch
AthenaSearch Public🔍 A Spotlight Search-like application launcher for Windows.
-
opentk/LearnOpenTK
opentk/LearnOpenTK PublicA port of learnopengl.com's tutorials to OpenTK and C#.
-
DebugCallbackGuide.md
DebugCallbackGuide.md 1# Guide to using OpenGL's `GL.DebugMessageCallback()`
23When learning OpenGL, one of the most common sources of bugs you'll encounter is from performing OpenGL API calls with invalid arguments, performing them in the wrong order, or performing calls that assume some OpenGL state that differs from the actual state.
45With most well-written C# APIs, you'd get an exception thrown the moment you do something you shouldn't. By default, this doesn't happen with OpenGL, but there are still ways to tell if there are errors:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.