An open API service indexing awesome lists of open source software.

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ɪ.

Awesome Lists containing this project

README

          

[![Documentation Status](https://readthedocs.org/projects/nsi/badge/?version=latest)](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
```