# RayTracing **Repository Path**: JumpyTiger/ray-tracing ## Basic Information - **Project Name**: RayTracing - **Description**: 一个离线光线追踪渲染器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-31 - **Last Updated**: 2022-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Build Linux should install openmp: ```cpp # Ubuntu/Debian sudo apt install libomp-dev # Arch/Manjaro sudo pacman -S openmp ``` excute command below to build: ```cpp cmake -B build cmake --build build ``` # Usage edit `config.ini` in root to change render settings. excute bin/MiniRayTracer to run renderer. picture should be show in `gallery` folder since program done.