Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3241d1

Browse files
committed
Add more computer graphics and Vulkan references to introduction (fixes #110)
1 parent d18d4d9 commit e3241d1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

00_Introduction.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ tutorial:
3939
This tutorial will not assume knowledge of OpenGL or Direct3D concepts, but it
4040
does require you to know the basics of 3D computer graphics. It will not explain
4141
the math behind perspective projection, for example. See [this online book](https://paroj.github.io/gltut/)
42-
for a great introduction of computer graphics concepts.
42+
for a great introduction of computer graphics concepts. Some other great computer graphics resources are:
43+
44+
* [Ray tracing in one weekend](https://github.com/petershirley/raytracinginoneweekend)
45+
* [Physically Based Rendering book](http://www.pbr-book.org/)
46+
* Vulkan being used in a real engine in the open-source [Quake](https://github.com/Novum/vkQuake) and [DOOM 3](https://github.com/DustinHLand/vkDOOM3)
4347

4448
You can use C instead of C++ if you want, but you will have to use a different
4549
linear algebra library and you will be on your own in terms of code structuring.

0 commit comments

Comments
 (0)