ospray / rkcommon

Intel RenderKit common C++/CMake infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rkcommon - C++/CMake infrastructure

This project represents a common set of C++ infrastructure and CMake utilities used by various components of Intel® oneAPI Rendering Toolkit.

Requirements

  • CMake
  • C++11 compiler
  • TBB 4.4.3 or higher (by default, other tasking system options available via the RKCOMMON_TASKING_SYSTEM CMake variable)

Building

Build with:

git clone https://github.com/ospray/rkcommon.git
cd rkcommon
mkdir build
cd build
cmake ..
cmake --build .

Run tests from the build directory with:

ctest .

About

Intel RenderKit common C++/CMake infrastructure

License:Apache License 2.0


Languages

Language:C++ 73.0%Language:C 24.7%Language:CMake 2.2%