o
odinpkg.dev
packages / binding / NRI-odin

NRI-odin

b6aacb1binding

Odin bindings for Nvidia NRI

MIT · updated 3 months ago

NRI-odin

Bindings for Nvidia NRI version 179 in Odin.

D3D11, D3D12 and Vulkan are enabled in the included binaries. The Imgui extension is also enabled.

Getting started

Copy NRI.dll to the root directory of your project to use the library. Currently, only Windows binaries are included. You can use them directly, or compile NRI from source and replace the lib and dll files yourself.

I have made sample code for using these bindings public here.

Credits

  • Bindings are autogenerated using odin-c-bindgen.
  • @lodinukal for the first NRI-odin bindings.