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

graphics-library

Here are 272 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 Nov 27, 2021
  • C#
Silk.NET
Perksey
Perksey commented Oct 1, 2021

We should make a demo application (or two) showcasing Silk.NET on Android (and maybe Silk.NET working on an Android touch display).

What these demos actually produce is up to you, but they should be:

  • examples/OpenGL Demos/AndroidDemo
  • examples/OpenGL Demos/AndroidTouchDisplay

They should use .NET 6 Android as we are soon dropping support for legacy Xamarin.

Community cont

Nabla
devshgraphicsprogramming
devshgraphicsprogramming commented Nov 3, 2021

Description

Right now the MDI ranges are not compacted (having the drawcalls with 0 instances removed).

But the DrawIndirectAllocator and all the resources in on the C++ side are already setup for this

Solution proposal

An additional Dispatch (direct, cause you can have a list of MDIs up front) over the drawcalls that prefix sums their boolean instanceCount!=0u flag

Then another

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