Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pancaketas/nvidia-reflex-java

NVIDIA Reflex SDK Vulkan Bindings for Java
https://github.com/pancaketas/nvidia-reflex-java

jna lwjgl nvidia nvidia-reflex

Last synced: about 18 hours ago
JSON representation

NVIDIA Reflex SDK Vulkan Bindings for Java

Awesome Lists containing this project

README

        

# NVIDIA Reflex SDK for Java
This project creates bindings to java for the NVIDIA Reflex Vulkan SDK.
## How to install
In order to use this library, you need to download [NVIDIA Reflex SDK](https://developer.nvidia.com/performance-rendering-tools/reflex) and copy the contained dll into src/main/resources/win32-x86-64 of either this project or the one you wish to use this in.
## How to use
Refer to the [NVIDIA Reflex SDK](https://developer.nvidia.com/performance-rendering-tools/reflex) documentation for more information on how to use the library. The java function is a direct mapping to the reflex included header file.