Skip to content

Commit ef97d6f

Browse files
authored
added few resources (#60)
1 parent 21fc211 commit ef97d6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* [bell0bytes Blog - DirectX Fundamentals](https://bell0bytes.eu/direct-x-com/)
3737
* [3DGEP Blog - DirectX Tutorials](https://www.3dgep.com/category/graphics-programming/directx/)
3838
* [DirectX Specification](https://microsoft.github.io/DirectX-Specs/)
39+
* [Braynzarsoft - DirectX11 and DirectX12 resources](https://www.braynzarsoft.net/)
3940

4041
## Metal
4142
* [Metal Specification](https://developer.apple.com/documentation/metal)
@@ -53,11 +54,13 @@
5354
* [Vulkan 1.2 Specification](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/chap2.html)
5455
* [Vulkan Guide](https://vkguide.dev/)
5556
* [Vulkan Tutorial](https://vulkan-tutorial.com/)
57+
* [Brendan Galea's Vulkan Game Engine series](https://www.youtube.com/watch?v=Y9U9IE0gVHA&list=PL8327DO66nu9qYVKLDmdLW_84-yE4auCR)
5658

5759
# Shader Programming
5860

5961
## Guides
6062
* [3D Game Shaders for Beginners](https://github.com/lettier/3d-game-shaders-for-beginners)
63+
* [Book Of Shaders](https://thebookofshaders.com/)
6164

6265
# Techniques
6366

@@ -76,6 +79,9 @@
7679

7780
# Various Related Resources
7881
* [Fix Your Timestep](https://gafferongames.com/post/fix_your_timestep/)
82+
* [Finding Your Home in Game Graphics Programming](http://alextardif.com/LearningGraphics.html)
83+
* [Game Math](https://gamemath.com/)
84+
* [A Comparison of Modern Graphics APIs](https://alain.xyz/blog/comparison-of-modern-graphics-apis)
7985

8086
</code>
8187

0 commit comments

Comments
 (0)