The Open, Scalable, and Portable Ray Tracing Engine



Interactive Rendering on CPU or GPU

OSPRay features scalable CPU and GPU rendering capabilities geared toward Scientific Visualization applications. Advanced shading effects such as ambient occlusion, shadows, and transparency can be rendered interactively to enable new insights into huge data.

Global Illumination

OSPRay includes a path tracer capable of interactively rendering photorealistic global illumination with phyiscally-based materials.

Volume Rendering

OSPRay supports high-fidelity, interactive direct volume rendering with a number of state of the art visualization features.

MPI Distributed

Run on large scale distributed-memory systems with high-performance MPI backends to both decrease render time and increase total scene size.

Industry Adoption

OSPRay is directly integrated into ParaView 5.x. Implementations for VisIt, VMD, and other popular tools have also freely available.

Open Source

OSPRay is Open Sourced under the Apache 2.0 license.

OSPRay Overview

Intel® OSPRay is an open source, scalable, and portable ray tracing engine for high-performance, high-fidelity visualization on Intel Architecture CPUs, Intel Xe GPUs, and ARM64 CPUs. OSPRay is part of the Intel oneAPI Rendering Toolkit and is released under the permissive Apache 2.0 license.

The purpose of OSPRay is to provide an open, powerful, and easy-to-use rendering library that allows one to easily build applications that use ray tracing based rendering for interactive applications (including both surface- and volume-based visualizations). OSPRay runs on anything from laptops, to workstations, to compute nodes in HPC systems.

OSPRay internally builds on top of Intel Embree, Intel Open VKL, and Intel Open Image Denoise. The CPU implementation is based on Intel ISPC (Implicit SPMD Program Compiler) and fully exploits modern instruction sets like Intel SSE4, AVX, AVX2, AVX-512 and NEON to achieve high rendering performance. Hence, a CPU with support for at least SSE4.1 is required to run OSPRay on x86_64 architectures, or a CPU with support for NEON is required to run OSPRay on ARM64 architectures.

OSPRay’s GPU implementation (beta status) is based on the SYCL cross-platform programming language implemented by Intel oneAPI Data Parallel C++ (DPC++) and currently supports Intel Arc™ GPUs on Linux and Windows, and Intel Data Center GPU Flex and Max Series on Linux, exploiting ray tracing hardware support.

OSPRay Support and Contact

OSPRay is under active development, and though we do our best to guarantee stable release versions a certain number of bugs, as-yet-missing features, inconsistencies, or any other issues are still possible. For any such requests or findings please use OSPRay’s GitHub Issue Tracker (or, if you should happen to have a fix for it, you can also send us a pull request).

To receive release announcements simply “Watch” the OSPRay repository on GitHub.

Changes in v3.1.0:

Changes in v3.0.0:

For the complete history of changes have a look at the CHANGELOG.