diff --git a/README.md b/README.md index 8bb95e6..61ec726 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,6 @@ # ExperiRender - - - - - - - - - -
Raster RenderRaytraced Render
+![ExperiRenderMain](docs/images/ExperiRenderMain.png) A cross-platform Graphics Renderer written in Vulkan mainly for visualization purposes required in research fields. Current iteration has support for rasterization and ray tracing. @@ -19,9 +10,12 @@ A cross-platform Graphics Renderer written in Vulkan mainly for visualization pu - Mipmaps - Environment Maps (HDRI) - PBR + - FXAA - Hardware Ray Tracing - PBR + - Environment Maps (HDRI) - Shadows + - Refraction # Build @@ -85,8 +79,7 @@ Custom assets can be drag and dropped to the window. Drag and drop feature curre ## Models Used for Showcase -- [Sponza](https://github.com/KhronosGroup/glTF-Sample-Models/tree/main/2.0/Sponza) -- [Flight Helmet](https://github.com/KhronosGroup/glTF-Sample-Models/tree/main/2.0/FlightHelmet) +- SciFi Helmet ## Dependencies: diff --git a/docs/images/ExperiRenderMain.png b/docs/images/ExperiRenderMain.png new file mode 100644 index 0000000..4a1bff4 Binary files /dev/null and b/docs/images/ExperiRenderMain.png differ