An open API service indexing awesome lists of open source software.

https://github.com/njroussel/kiryu


https://github.com/njroussel/kiryu

cpp cpp11 offline-rendering physically-based-rendering rendering

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Kiryu

A tiny path tracer to evaluate ray intersection structures and algortithms.

## Table of Contents

- [Goal](#goal)
- [Features](#features)

## Goal

This repository serves as a sandbox to evaluate ray-triangle intersection algorithms and acceleration data structure for ray-scene intersections.

## Features

- JSON scene parsing
- k-d tree acceleration structure
- [Möller-Trumbore ray-triangle intersection algorithm](https://en.wikipedia.org/wiki/M%C3%B6ller%E2%80%93Trumbore_intersection_algorithm)