From b45990e5d26c7084df0c33260168c14c061242b0 Mon Sep 17 00:00:00 2001 From: iOrange Date: Fri, 2 Nov 2018 01:23:03 -0400 Subject: [PATCH] Create README.md + Added a README file with some build instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9957d62 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# rtxON +Simple Vulkan raytracing tutorials + +## Building instructions: + * clone this repo + * get all dependencies by calling `git submodule update --init --recursive` + * go to `_data` folder and execute `compile_shaders.cmd` + * now go back to the repo folder and use premake5.exe to generate your project (`premake5 vs2017` for example) + * now just open your project and build it + * enjoy the power of RTX ;) + +## Happy Triangle! +![Happy Triangle!](https://user-images.githubusercontent.com/7016607/47895234-aa84c780-de3d-11e8-8715-4b156d67b783.png)