File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,11 @@ tutorial:
3939This tutorial will not assume knowledge of OpenGL or Direct3D concepts, but it
4040does require you to know the basics of 3D computer graphics. It will not explain
4141the 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
4448You can use C instead of C++ if you want, but you will have to use a different
4549linear algebra library and you will be on your own in terms of code structuring.
You can’t perform that action at this time.
0 commit comments