Ray Tracing

Visionaray – C++ ray tracing template library

Visionaray is a cross-platform ray tracing framework.

There’s also a viewer available. It supports a number of 3D file formats. The viewer is primarily targeted at developers, as a tool for debugging and testing.

This is free and open source software.

Key Features

  • Cross-platform: Intel CPUs, Nvidia GPUs, Xilinx FPGAs (work in progress). No duplicate code, all platforms targeted from the same C++ code.
  • High flexibility through kernel- and scheduler-based architecture. Kernels describe what a ray does, schedulers describe how a ray is spawned.
  • Built-in kernels: simple ray casting, “Whitted”-style ray tracing, “Kajiya”-style path tracing.
  • Built-in schedulers: simple (scanline, single-threaded), tiled (multi-threaded), TBB, CUDA.
  • User can write custom schedulers and kernels.
  • Built-in performance primitives: SIMD short vector library, fast SBVH builder and traversal, texture support, physically based materials, etc.
  • VR support: Visionaray comes with a plugin for the virtual reality renderer OpenCOVER.

Website: vis.uni-koeln.de/forschung
Support: GitHub Code Repository
Developer: Stefan Zellmann
License: MIT License

Visionaray is written in C++. 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
EmbreeHigh-performance ray tracing library
LuxCoreRenderRendering system for physically correct image synthesis
pbrtPhysically based ray tracing system
OSPRayScalable and portable ray tracing engine
BRL-CADCombinatorial Constructive Solid Geometry (CSG) solid modeling system
VisionarayC++ ray tracing template library
MantaRayAdvanced renderer using modern rendering techniques
YafaRayMontecarlo raytracing engine
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

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted