diff --git a/README.md b/README.md new file mode 100644 index 0000000..2750a77 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Ray tracing example + +Basic GPU-side ray tracing example. `cargo run` to see it moving! + +![Screenshot](screenshot.jpg) diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..55d18b5 Binary files /dev/null and b/screenshot.jpg differ