This repository has been archived on 2023-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
eruption/README.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

2023-04-19 09:56:44 +00:00
# Eruption
2023-04-20 13:18:02 +00:00
Eruption is a vulkan based pathtracer. It is in an experimental state an may have performance issues
# Features
2023-04-24 21:36:24 +00:00
* flat and gouraud shading
* physically based rendering (PBR)
* Oren-Nayar diffuse BRDF
* Schlick approximation for fresnel equations
* Cosine weighted sampling
2023-04-20 13:18:02 +00:00
* Temporal anti aliasing
* Realtime denoising
2023-04-24 21:36:24 +00:00
* Reinhard jodie tonemapping
2023-04-20 13:18:02 +00:00
* Progressive sampling
# Screenshots
Cornellbox | Dark suzanne
:-------------------------:|:-------------------------:
![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_143057.png) | ![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_143346.png)
Scene with text | RGB lights
:-------------------------:|:-------------------------:
![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_145416.png) | ![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_145957.png)
![](https://git.teridax.de/teridax/eruption/raw/branch/main/screenshots/Screenshot_20230420_150915.png)