Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Sep 18, 2016
1 parent df57487 commit 6a92e51
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
@@ -0,0 +1,24 @@
# hello_vulkan

# env
* Windows10 + vs2015

# how to build

```
> git submodule update --recursive
> premake5_vs2015.bat
open _build_premake/glfwvulkan.sln
```

# dependencies
* https://github.com/glfw/glfw
* https://github.com/KhronosGroup/glslang
* http://glm.g-truc.net

# base
* https://github.com/LunarG/VulkanSamples/blob/master/API-Samples/15-draw_cube/15-draw_cube.cpp
* https://github.com/LunarG/VulkanSamples/blob/master/API-Samples/utils/util_init.cpp
* https://github.com/LunarG/VulkanSamples/blob/master/API-Samples/utils/util.cpp

0 comments on commit 6a92e51

Please sign in to comment.