18 lines
947 B
Text
18 lines
947 B
Text
# List of resources ive used in the making of this project
|
|
# Thank you to everyone here for allowing me to learn what was required to make this project
|
|
|
|
# Certain items may not be immediately related to the project but are still listed because they helped in another way
|
|
|
|
# The entire vulkan 1.0 implementation is based off of this guide, currently just copied and pasted with slight modification
|
|
https://kylemayes.github.io/vulkanalia/introduction.html
|
|
|
|
# javidx9 code it yourself console game engine tutorial
|
|
# I like this series because it explains much of the math behind 3d rendering
|
|
https://www.youtube.com/watch?v=ih20l3pJoeU
|
|
https://www.youtube.com/watch?v=XgMWc6LumG4
|
|
https://www.youtube.com/watch?v=HXSuNxpCzdM
|
|
https://www.youtube.com/watch?v=nBzCS-Y0FcY
|
|
|
|
# Very interesting shader project i will be using to test my engines shader capabilities later on
|
|
https://www.youtube.com/watch?v=HPqGaIMVuLs
|
|
https://github.com/runevision/Dither3D
|