Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pancaketas/nvidia-reflex-java
- Owner: PancakeTAS
- License: mit
- Archived: true
- Created: 2023-11-27T20:40:49.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-02-19T22:18:52.000Z (12 months ago)
- Last Synced: 2024-12-20T07:45:24.208Z (about 2 months ago)
- Topics: jna, lwjgl, nvidia, nvidia-reflex
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.