An open API service indexing awesome lists of open source software.

https://github.com/nicebyte/nicegraf

An abstraction layer for graphics APIs.
https://github.com/nicebyte/nicegraf

Last synced: 17 days ago
JSON representation

An abstraction layer for graphics APIs.

Awesome Lists containing this project

README

        

nicegraf
========

![Run tests](https://github.com/nicebyte/nicegraf/workflows/Run%20tests/badge.svg)





An abstraction layer for GPU APIs.



Discord · Reference Documentation · Sample Code

# platform support matrix

| | 🟦 | 🐧 | 🍏 |
|---|---|---|---|
| 🌋 | 🟩 | 🟩 | 🟨 |
| 🤘 | 🟥 | 🟥 | 🟩 |

# credits

## current maintainers

* nicebyte · [@nice_byte](http://twitter.com/nice_byte)
* Bagrat 'dBuger' Dabaghyan · [@dBagrat](http://twitter.com/dBagrat)
* Andranik 'HedgeTheHog' Melikyan · [@andranik3949](http://twitter.com/andranik3949)

## dependencies

* The Vulkan backend uses SPIRV-Reflect, maintained by the Khronos Group, and the Vulkan Memory Allocator, maintained by AMD.
* The sample code uses GLFW, maintained by Camilla Berglund, and ImGui, maintained by Omar Cornut.