3D Illustration

Embree – high-performance ray tracing library

Last Updated on February 27, 2026

Embree is a high-performance ray tracing library. It contains ray tracing kernels optimized for the latest x86 processors with support for SSE, AVX, AVX2, and AVX-512 instructions, and uses runtime code selection to choose between these kernels.

It targets graphics application developers to improve the performance of photo-realistic rendering applications. Embree is optimized towards production rendering, by putting focus on incoherent ray performance, high quality acceleration structure construction, a rich feature set, accurate primitive intersection, and low memory consumption.

This is free and open source software.

Key Features

  • Various primitive types such as triangles (as well quad and grids for lower memory consumption).
  • Catmull-Clark subdivision surfaces.
  • Various types of curve primitives, such as flat curves (for distant views), round curves (for closeup views), and normal oriented curves, all supported with different basis functions (linear, Bézier, B-spline, Hermite, and Catmull Rom).
  • Point-like primitives, such as ray oriented discs, normal oriented discs, and spheres; user defined geometries with a procedural intersection function.
  • Multi-level instancing.
  • Filter callbacks invoked for any hit encountered; motion blur including multi-segment motion blur, deformation blur, and quaternion motion blur; and ray masking.
  • Supports Intel GPUs through the SYCL open standard programming language.
  • Cross-platform support – runs with Linux (64-bit), macOS (64-bit), and Windows (32-bit and 64-bit).

Website: github.com/RenderKit/embree
Support:
Developer: Intel
License: Apache License Version 2.0

Embree is written in C++ and C. Learn C++ with our recommended free books and free tutorials. Learn C with our recommended free books and free tutorials.


Related Software

Ray Tracing Software
POV-RayFull-featured ray tracer
Blender3D content creation suite with a huge range of uses
McXtraceMonte Carlo Xray Tracing for simulation X-ray beamlines and experiments
McStasSimulator for neutron scattering instruments and experiments
BRL-CADCombinatorial Constructive Solid Geometry (CSG) solid modeling system
EmbreeHigh-performance ray tracing library
LuxCoreRenderRendering system for physically correct image synthesis
VisionarayC++ ray tracing template library
YafaRayMontecarlo raytracing engine
MantaRayAdvanced renderer using modern rendering techniques
TachyonParallel / multiprocessor ray tracing system

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments