Skip to content

Commit

Permalink
images added to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Devashish Lal <[email protected]>
  • Loading branch information
BLaZeKiLL committed Feb 7, 2024
1 parent 0976c1a commit d1012b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ Webray is a WebGPU powered ray tracer + Svelte based editor

> :warning: **WebGPU**: Is experimental api. Webray is tested using the latest desktop chrome version. system may slow down or crash during rendering or while working with large scenes (Demo 02), please use webray at your own risk.
<img src="./cover.png">

## Editor Documentation

<img src="./editor.png">

The editor is available [here](https://blazekill.github.io/webray/) along [Demo Scene 01](https://github.com/BLaZeKiLL/webray/blob/main/src/data/demo_01.scene.json) and [Demo Scene 02](https://github.com/BLaZeKiLL/webray/blob/main/src/data/demo_02.scene.json) which can be imported.

### Tools
Expand All @@ -33,4 +38,7 @@ The editor is available [here](https://blazekill.github.io/webray/) along [Demo
- <img align="center" src="https://api.iconify.design/material-symbols/file-open-outline-rounded.svg?color=%23888888"> Import scene json file

## WebRay Renderer

<img src="./render.png">

The renderer is implemented in rust and compiled to wasm with the core kernel implemented as a wgsl compute shader using wgpu.
Binary file added editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1012b3

Please sign in to comment.