Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SinclaM authored Jan 2, 2024
1 parent a2e115b commit 2362fdb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,9 @@ to verify my implementation, draw inspiration, or compare performance. I recomme
* [The Raytracer Challenge REPL](https://raytracer.xyz/): online demo with amazing site design.
* [RayTracerCPU](https://iliathoughts.com/posts/raytracer2/): very fast, helpful online demo.

[^1]: The skybox for this scene is a hefty 240 MB, so the rendering time on the website is dominated by the time needed to download the skybox texture from the server.
## Known limitations
The website for this project uses the `SharedArrayBuffer` type, which may not be supported in some browsers (particurly,
Safari on iOS—even though [it is supposedly supported](https://caniuse.com/sharedarraybuffer)??). Use of `SharedArrayBuffer`
also requires certain HTTP headers to be set, which GitHub Pages does not support. To get around this, I use
[coi-serviceworker](https://github.com/gzuidhof/coi-serviceworker), which has the disadvantage of not working in
Private/Incognito sessions.

0 comments on commit 2362fdb

Please sign in to comment.