https://github.com/virtualritz/nsi-docs
Documentation for Illumination Research’s Nodal Scene Interface, ɴsɪ.
https://github.com/virtualritz/nsi-docs
Last synced: about 2 months ago
JSON representation
Documentation for Illumination Research’s Nodal Scene Interface, ɴsɪ.
- Host: GitHub
- URL: https://github.com/virtualritz/nsi-docs
- Owner: virtualritz
- Created: 2020-01-24T22:22:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-05-08T16:51:38.000Z (about 2 months ago)
- Last Synced: 2026-05-08T18:37:06.450Z (about 2 months ago)
- Language: C++
- Homepage: https://nsi.readthedocs.io/
- Size: 498 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://nsi.readthedocs.io/en/latest/?badge=latest)
# ɴsɪ Documentation
Documentation for Illumination Research's Nodal Scene Interface – ɴsɪ.
## Building
You need [mdbook](https://rust-lang.github.io/mdBook/) installed:
```
cargo install mdbook
```
Then build:
```
mdbook build book
```
Open `book/build/index.html` to browse locally, or serve with live reload:
```
mdbook serve book
```