Skip to content
#

graphics-library

Here are 257 public repositories matching this topic...

opentk

The 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 everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.

  • Updated Aug 2, 2021
  • C#
Silk.NET
roeyskoe
roeyskoe commented Aug 9, 2021

Summary

Calling window.Close() before window.Run() throws an System.AccessViolationException on GLFW
Calling Window.PrioritizeSdl(); before Window.Create seems to behave as expected, without issues.

Steps to reproduce

  • Platform: Desktop
  • Framework Version: .NET 5.0
  • API: GLFW

Minimal reproduction:

using Silk.NET.Windowing;

public class Test
{
    public sta

Improve this page

Add a description, image, and links to the graphics-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphics-library topic, visit your repo's landing page and select "manage topics."

Learn more