README 792 B

1234567891011121314151617181920212223242526272829303132
  1. mitsuba (computer graphics renderer)
  2. Mitsuba is a 3D rendering engine placing emphasis
  3. on experimental rendering techniques.
  4. This SlackBuild is based on a Git commit from 8 March 2022.
  5. It compiles from source code, and installs to /opt with a
  6. symlink to the `mitsuba` binary in `/usr/bin`
  7. ## Documentation
  8. To build docs, you must have Sphinx and assorted Sphinx plugins
  9. installed. These are available through `pip`:
  10. ```
  11. $ python3 -m pip install sphinx \
  12. sphinxcontrib-bibtex \
  13. guzzle_sphinx_theme
  14. ```
  15. This SlackBuild doesn't build the docs by default. To enable
  16. the docs, set the `DOCS` variable to `yes` as you build:
  17. ```
  18. DOCS=yes sh ./mitsuba2.SlackBuild
  19. ```
  20. ## See also
  21. There is a Mitsuba Blender plugin available from
  22. https://github.com/mitsuba-renderer/mitsuba2-blender