diff --git a/index.md b/index.md index e7be68e..f3068bc 100644 --- a/index.md +++ b/index.md @@ -15,3 +15,6 @@ [linux programs](reads/linux-software) [zach resources](reads/zachs-resources) + +[programming guides](reads/guides) + diff --git a/reads/guides.md b/reads/guides.md new file mode 100644 index 0000000..e5275e9 --- /dev/null +++ b/reads/guides.md @@ -0,0 +1,17 @@ +# Various programming guides to do someday + +## 3D Graphics + +[Learn OpenGL](https://learnopengl.com/) + +[Learn Vulkan](https://learnvulkan.com/) + +[Vulkan Tutorial](https://vulkan-tutorial.com/) + +## Emulation + +[Project Based Tutorials in C](https://github.com/rby90/Project-Based-Tutorials-in-C) + +[Emulation Basics](http://www.codeslinger.co.uk/pages/basics.html) + +[Emulator 101](http://emulator101.com/)