John Kilpatrick

Results 5 issues of John Kilpatrick

A high quality, Ray Tracer tutorial from scratch in C++ with a CC0 license. ### Main programming language C++ ### Tutorial title Ray Tracing in One Weekend ### Tutorial URL...

There appears to be a race condition with lazy loaded images such that the `top` attribute of the parent `section` is set before the image is loaded, which means that...

https://github.com/fastai/fastai-docs/blob/5ed291976a23d15144e713cd347ecd3d1c295fd8/dev/gpu.md#L205 Links to which does not exist. I believe this should link to , but `learn.purge` is not documented there, which after a look through [the source](https://github.com/fastai/fastai/blob/master/nbs/13a_learner.ipynb), I assume fastai2...

In your [blog post](https://alain.xyz/blog/raw-webgpu), you've updated the shaders for the new WGSL `@attribute` syntax, but in this repo, the vertex and fragment shaders still follow the old-style double square-brackets syntax....

Fix typo in `arjs.md`, update link to latest version