You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the public view of the ray-eater renderer's repository.
5
+
6
+
## Overview
7
+
Ray Eater (working title) intends to be a unified renderer that provides integrations and streamlines usage for rendering applications involving more modern graphics pipelines, such as the excellent [3D Gaussian Splatting](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/3d_gaussian_splatting_high.pdf).
8
+
9
+
## What's here?
10
+
Ray eater is still in heavy development, with only the vulkan implementation of the RHI (rendering hardware interface) being done at the moment. A lot of work is being done behind the scenes to integrate a Gaussian Splat renderer along with the foundational work to create a working asset toolchain that supports the diverse formats of assets required by these sorts of rendering pipelines.
11
+
12
+
## Supported Platforms
13
+
* Windows -- Supported
14
+
15
+
Linux is very close to being supported, but there are still some issues with making the windowing cross platform enough to where the swapchain presents to it without issue
16
+
17
+
## Setup
18
+
### Prerequisites
19
+
ray eater is light on preexisting dependencies, but vulkan drivers compatible with API version 1.3.* must be preinstalled, along with a version of the zig compiler >= 0.15.0.
20
+
21
+
### Getting The Source
22
+
to install ray eater on your system simply checkout the repository
0 commit comments