Further reading
We have only skimmed the surface of the topics we have presented. Here, we provide links to resources you can use to get more information on the concepts exposed in this chapter, which will be useful throughout the book.
While we have written our own standard library replacement, there are other options if you are starting your own project. We highly recommend looking into https://github.com/electronicarts/EASTL, developed by EA.
- The Vulkan specification: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html
- The glTF format:
- https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html
- https://github.com/KhronosGroup/glTF-Sample-Viewer
- glTF libraries: We have written our own parser for educational purposes. If you are starting your own project, we suggest evaluating these libraries:
- Resources on PBR: