11# OSPRay Studio
22
3- This is release v0.8.1 of Intel® OSPRay Studio. It is released under the
3+ This is release v0.9.0 of Intel® OSPRay Studio. It is released under the
44Apache 2.0 license.
55
6- Visit http://www.ospray.org/ospray_studio for more information.
6+ Visit [ ** OSPRay Studio** ] ( http://www.ospray.org/ospray_studio )
7+ (http://www.ospray.org/ospray_studio ) for more information.
78
89See [ what's
910new] ( https://github.com/ospray/ospray_studio/blob/master/CHANGELOG.md )
@@ -12,10 +13,9 @@ in this release.
1213## Overview
1314
1415Intel OSPRay Studio is an open source and interactive visualization and
15- ray tracing application that leverages [ Intel
16- OSPRay] ( https://www.ospray.org ) as its core rendering engine. It can be
17- used to load complex scenes requiring high fidelity rendering or very
18- large scenes requiring supercomputing resources.
16+ ray tracing application that leverages [ Intel OSPRay] ( https://www.ospray.org )
17+ as its core rendering engine. It can be used to load complex scenes requiring
18+ high fidelity rendering or very large scenes requiring supercomputing resources.
1919
2020The main control structure is a * scene graph* which allows users to
2121create an abstract scene in a * directed acyclical graph* manner. Scenes
@@ -30,27 +30,26 @@ OSPRay Studio has the following required and optional dependencies.
3030### Required dependencies
3131
3232- [ CMake] ( https://www.cmake.org ) (v3.15+) and any C++14 compiler
33- - Intel [ OSPRay] ( https://www.github.com/ospray/ospray ) (v2.7.1 ) and
33+ - Intel [ OSPRay] ( https://www.github.com/ospray/ospray ) (v2.8.0 ) and
3434 its dependencies - OSPRay Studio builds on top of OSPRay.
3535 Instructions on building OSPRay are provided
36- [ here] ( http://www.ospray.org/downloads.html#building-and-finding-ospray )
37- - Intel [ Open VKL] ( https://www.github.com/openvkl/openvkl ) (v1.0.1)
36+ [ here] ( http://www.ospray.org/downloads.html#building-and-finding-ospray ) .
37+ - Intel [ Open VKL] ( https://www.github.com/openvkl/openvkl ) (v1.0.1 or newer )
3838 - Intel [ Embree] ( https://www.github.com/embree/embree ) (v3.13.1 or newer)
3939 - Intel oneAPI Rendering Toolkit common library
40- [ rkcommon] ( https://www.github.com/ospray/rkcommon ) (v1.7.0)
41- - Intel [ Threading Building
42- Blocks] ( https://www.threadingbuildingblocks.org/ )
43- - OpenGL and [ GLFW] ( https://www.glfw.org/ ) (v3.x) - for the windowing
44- environment
40+ [ rkcommon] ( https://www.github.com/ospray/rkcommon ) (v1.8.0)
41+ - Intel [ Threading Building Blocks] ( https://www.threadingbuildingblocks.org/ )
42+ - OpenGL and [ GLFW] ( https://www.glfw.org ) (v3.3.4) - for the windowing environment
4543
4644### Optional Dependencies
4745
48- - Intel [ Open Image Denoise] ( https://openimagedenoise.github.io/ ) - (v1.2.3 or
46+ - Intel [ Open Image Denoise] ( https://openimagedenoise.github.io ) - (v1.2.3 or
4947 newer) for denoising frames. To use with OSPRay Studio, OSPRay must be built
50- with ` -DBUILD_OIDN=ON ` in CMake
51- - [ OpenImageIO] ( ) and [ OpenEXR] ( ) - to support images in a variety of
52- file formats. Set ` OPENIMAGEIO_ROOT ` and ` OPENEXR_ROOT ` to the
53- respective install directories to use these libraries
48+ with ` -DBUILD_OIDN=ON ` in CMake.
49+ - [ OpenImageIO] ( http://openimageio.org/ ) and [ OpenEXR] ( https://www.openexr.com/ )
50+ to support images in a variety of file formats. Set ` OPENIMAGEIO_ROOT `
51+ and ` OPENEXR_ROOT ` to the respective install directories to use these libraries.
52+ - [ Python] (3.9.7) (https://python.org ) for python bindings
5453
5554### Building on Linux and macOS
5655
@@ -66,6 +65,9 @@ OSPRay Studio has the following required and optional dependencies.
6665 export rkcommon_DIR = ${RKCOMMON_INSTALL_LOCATION}
6766 ```
6867
68+ Alternatively, [CMAKE_PREFIX_PATH](https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html)
69+ can be set to find the OSPRay install and other dependencies.
70+
6971- Clone OSPRay Studio
7072
7173 ` ` ` bash
0 commit comments