nsi-sys 0.1.1

Auto-generated Rust bindings for Illumination Research’s Nodal Scene Interface – ɴsɪ.
docs.rs failed to build nsi-sys-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: nsi-sys-0.8.0

ɴsɪ-sys

Auto-generated Rust bindings for Illumination Research’s Nodal Scene Interface – ɴsɪ.

Dependencies

This crate requires a renderer that implements the ɴsɪ API. Currently the only renderer that does is 3Delight.

Before you start, download a 3Delight package for your platform & install it. This will set the $DELIGHT environment variable that the build script is looking for to find headers and the library to link against.

Note: The free version of 3Delight will render with up to 12 cores on your machine. For crazier projects you can use their cheap cloud rendering service that gives you access to unlimited CPU cores.

Building

You should not need to build this crate directly unless you’re a masochist who wants to use the C-API directly from Rust.

High Level Bindings

There are high level Rust bindings for this API in the NSI repository.