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
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