OSPRay 1.4.2: An Open, Scalable, Parallel, Ray Tracing Based Rendering Engine

Started by JeGX, December 01, 2017, 12:25:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

Quote
OSPRay is an open source, scalable, and portable ray tracing engine for high-performance, high-fidelity visualization on Intel® Architecture CPUs. OSPRay 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 is completely CPU-based, and runs on anything from laptops, to workstations, to compute nodes in HPC systems.

OSPRay internally builds on top of Embree and ISPC (Intel® SPMD Program Compiler), and fully utilizes modern instruction sets like Intel® SSE4, AVX, AVX2, and AVX-512 to achieve high rendering performance, thus a CPU with support for at least SSE4.1 is required to run OSPRay.

Links:
- http://www.ospray.org
- https://github.com/ospray/ospray



nuninho1980