mad-s / hijiki

Another physically based renderer named after edible seaweed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hijiki

Hijiki is another physically-based renderer named after edible seaweed

It runs on GPU using wgpu and GLSL compute shaders.

Features

  • high performance, outperforms a similar CPU renderer (https://wjakob.github.io/nori/) even on integrated graphics
  • denoising using a bilateral filter (with feature buffers)
  • supports triangle meshes and analytic spheres
  • diffuse, mirror, dielectric and emissive materials
  • supports textures

About

Another physically based renderer named after edible seaweed

License:GNU General Public License v3.0


Languages

Language:Rust 72.5%Language:GLSL 27.5%