summaryrefslogtreecommitdiffstats
path: root/graphics/mitsuba2/README
diff options
context:
space:
mode:
author klaatu <klaatu@member.fsf.org>2022-03-09 04:49:00 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 09:07:59 +0700
commitc76b204b9c2b628eb2223a959ef40194b267a83a (patch)
treefd0cb2b5828b413501b13cc2a588d6533edb04a2 /graphics/mitsuba2/README
parent6c68f43b75f3f4f7b01664e65a995bca697fcb2b (diff)
downloadslackbuilds-c76b204b9c2b628eb2223a959ef40194b267a83a.tar.gz
slackbuilds-c76b204b9c2b628eb2223a959ef40194b267a83a.tar.xz
graphics/mitsuba2: Added (replacement of mitsuba).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/mitsuba2/README')
-rw-r--r--graphics/mitsuba2/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/mitsuba2/README b/graphics/mitsuba2/README
new file mode 100644
index 0000000000..d646cd4980
--- /dev/null
+++ b/graphics/mitsuba2/README
@@ -0,0 +1,31 @@
+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