Crates.io | nsi-core |
lib.rs | nsi-core |
version | 0.8.0 |
source | src |
created_at | 2023-04-16 10:21:12.742883 |
updated_at | 2023-11-12 22:31:08.106692 |
description | Nodal Scene Interface for (offline) 3D renderers – ɴsɪ. |
homepage | https://www.3delight.com/ |
repository | https://github.com/virtualritz/nsi/ |
max_upload_size | |
id | 840461 |
size | 117,965 |
nsi-core
This crate implements the high level wrapper around the NSI API and links against the commercial 3Delight renderer.
The low level wrapper around the C FFI is in the nsi-sys
crate.
Note: This crate will likely be deprecated and split into
nsi-traits
(describing the high level API) andnsi-3delight
(the actual implementation linking against 3Delight).This will allow different implementations to depend on
nsi-traits
. For example, there could be annsi-moonray
ornsi-kajira
crate.