Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
+ Added a README file with some build instructions
  • Loading branch information
iOrange authored Nov 2, 2018
1 parent e595875 commit b45990e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit b45990e

Please sign in to comment.