HART BABYYY

This commit is contained in:
benkyd
2022-10-19 22:51:20 +01:00
parent 8e64398234
commit d365ee1962
3 changed files with 17 additions and 1 deletions

View File

@@ -1 +1,17 @@
# inferno-hart ![](img/inferno-hart-high-resolution-logo-color-on-transparent-background.png)
Inferno HART (Hardware Accelerated RayTracing) will revolutionise the way we write application-specific raytracing applications with a clear and distinct abstraction between the core renderer, Inferno and the HART layer.
Seperating Inferno and HART allows us to create first an ART (Accelerated RayTracing) layer which handles both the tracing and the BRDF, as well as the HART which can implement an accelerator for the tracing. Allowing for custom RayTracing silicon to be utilised WITHOUT changing the code code, nor the Global Illumination code.
This combined with it's full functionality through Julia makes Inferno HART a very nice pathtracing engine.
## Features
## Technologies
- OpenGL, utilised with GLAD and GLFW
- ImGui for lovely GUI
- SPDLog for lovely logging
## Acknowledgements

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

0
src/main.c Normal file
View File