Added some images, extended readme
This commit is contained in:
parent
f18da61f96
commit
bf8522f524
3 changed files with 15 additions and 6 deletions
21
README.md
21
README.md
|
|
@ -1,10 +1,19 @@
|
||||||
# Vulkan examples and demos
|
# Vulkan examples and demos
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Future place for examples and demos for Khronos' modern 3D API**
|
**Future place for examples and demos for Khronos' modern 3D and compute API**
|
||||||
|
|
||||||
## Resources
|
## Vulkan from my point-of-view
|
||||||
- Official page : https://www.khronos.org/vulkan
|
<img src="./images/vulkanlogoscene.png" alt="Vulkan demo scene" width="512px">
|
||||||
- GDC 2015 presentation : https://www.khronos.org/assets/uploads/developers/library/2015-gdc/Khronos-Vulkan-GDC_Mar15.pdf
|
|
||||||
- PowerVR Vulkan demo : http://blog.imgtec.com/powervr/gnomes-per-second-in-vulkan-and-opengl-es
|
I recently did a write-up with my personal view on Vulkan for a hobby developer. It goes into detail on some of the most important things to consider when deciding on how to switch over from Vulkan and also clears up some things that several press articles got wrong.
|
||||||
|
|
||||||
|
[You can read it here](http://www.saschawillems.de/?p=1886)
|
||||||
|
|
||||||
|
## External resources
|
||||||
|
A list of interesting links on Vulkan :
|
||||||
|
- [Official page](https://www.khronos.org/vulkan)
|
||||||
|
- [SIGGRAPH 2015 Press Briefing](https://www.khronos.org/assets/uploads/developers/library/2015-siggraph/Khronos-Press-Briefing-SIGGRAPH_Aug15.pdf)
|
||||||
|
- [GDC 2015 presentation](https://www.khronos.org/assets/uploads/developers/library/2015-gdc/Khronos-Vulkan-GDC_Mar15.pdf)
|
||||||
|
- [PowerVR Vulkan demo](http://blog.imgtec.com/powervr/gnomes-per-second-in-vulkan-and-opengl-es)
|
||||||
|
|
|
||||||
BIN
images/vulkanlogo.png
Normal file
BIN
images/vulkanlogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
BIN
images/vulkanlogoscene.png
Normal file
BIN
images/vulkanlogoscene.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 246 KiB |
Loading…
Add table
Add a link
Reference in a new issue