# AkariRender **Repository Path**: JianboTang/akari-render ## Basic Information - **Project Name**: AkariRender - **Description**: Mirror of https://github.com/shiinamiyuki/AkariRender - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-02-24 - **Last Updated**: 2022-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

AkariRender

High Performance CPU/GPU Physically Based Renderer (and More!)
![](gallery/final-bdpt.png) AkariRender is a CPU/GPU physically based renderer written in C++17. ### Status [![Build Status](https://travis-ci.org/shiinamiyuki/AkariRender.svg?branch=master)](https://travis-ci.org/shiinamiyuki/AkariRender) ## Features - Optional GPU rendering using CUDA - Optional Embree backend ## Build from Source ```bash mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release ```