1
0
Fork 0

update readme

This commit is contained in:
Adrian Hedqvist 2020-10-09 00:16:08 +02:00
parent d441747c9a
commit 56bb19f3c3

View file

@ -1,3 +1,8 @@
# doing the wgpu-rs tutorial
[current chapter](https://sotrh.github.io/learn-wgpu/intermediate/tutorial10-lighting/#ray-path-tracing)
## stuff to maybe do after the tutorial is done
* [glsl preprocessor using tera](https://codecrash.me/an-opengl-preprocessor-for-rust)
* [line drawing](https://vladjuckov.github.io/hqlines/)