B. Watson b0459f1355 graphics/mitsuba2: Fix 32-bit build. 2 years ago
..
32bit.diff b0459f1355 graphics/mitsuba2: Fix 32-bit build. 2 years ago
README c76b204b9c graphics/mitsuba2: Added (replacement of mitsuba). 2 years ago
doinst.sh c76b204b9c graphics/mitsuba2: Added (replacement of mitsuba). 2 years ago
mitsuba2.SlackBuild b0459f1355 graphics/mitsuba2: Fix 32-bit build. 2 years ago
mitsuba2.info c76b204b9c graphics/mitsuba2: Added (replacement of mitsuba). 2 years ago
slack-desc c76b204b9c graphics/mitsuba2: Added (replacement of mitsuba). 2 years ago

README

mitsuba (computer graphics renderer)

Mitsuba is a 3D rendering engine placing emphasis
on experimental rendering techniques.

This SlackBuild is based on a Git commit from 8 March 2022.
It compiles from source code, and installs to /opt with a
symlink to the `mitsuba` binary in `/usr/bin`

## Documentation

To build docs, you must have Sphinx and assorted Sphinx plugins
installed. These are available through `pip`:

```
$ python3 -m pip install sphinx \
sphinxcontrib-bibtex \
guzzle_sphinx_theme
```

This SlackBuild doesn't build the docs by default. To enable
the docs, set the `DOCS` variable to `yes` as you build:

```
DOCS=yes sh ./mitsuba2.SlackBuild
```

## See also

There is a Mitsuba Blender plugin available from
https://github.com/mitsuba-renderer/mitsuba2-blender