The Wayback Machine - https://web.archive.org/web/20210917061647/https://github.com/topics/graphics-library
Skip to content
#

graphics-library

Here are 266 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 Sep 13, 2021
  • C#
Silk.NET
Perksey
Perksey commented Sep 16, 2021

BuildTools-generated Pfn* structures implement IDisposable so that SilkMarshal.Free can be called to unpin the delegate and allow the GC to have at it. The Vulkan Pfn* structures, which are manually written, do not implement this at the moment and cause (very minor) memory leaks.

The work is:

  • look at how the Pfn* structures in one of the other libraries (for example SDL) does it
  • make

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