o
odin.langpkg.dev
packages / library / NRI-Odin-Samples

NRI-Odin-Samples

6876da6library

Sample code for using NRI-Odin

MIT · updated 2 months ago

Nvidia NRI Samples - Odin

This repo contains samples for how to use Nvidia NRI in Odin.

Copy NRI.dll to the root directory (precompiled in Lib/NRI-odin directory or compile NRI yourself) and SDL3.dll (copy from Odin SDL3 vendor folder).

Dependencies:

Note: If you want to enable device validation you need to have Windows Graphics tools enabled. Device validation should be disabled for release builds.

Examples

Clear screen with Dear Imgui

Clear screen with Dear Imgui

Simple triangle

Simple triangle

3D cube

3D cube