Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/iOrange/rtxON
Browse files Browse the repository at this point in the history
  • Loading branch information
iOrange committed Nov 4, 2018
2 parents 7ecb493 + b45990e commit 252b827
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 252b827

Please sign in to comment.