1
0
Fork 0
mirror of https://github.com/Phantop/phantop.github.io synced 2024-07-10 06:57:11 +00:00

Add in a page for programming guides

This commit is contained in:
Phantop 2018-08-29 12:14:51 -04:00
parent 071ae467d6
commit 2094cde821
2 changed files with 20 additions and 0 deletions

View file

@ -15,3 +15,6 @@
[linux programs](reads/linux-software) [linux programs](reads/linux-software)
[zach resources](reads/zachs-resources) [zach resources](reads/zachs-resources)
[programming guides](reads/guides)

17
reads/guides.md Normal file
View file

@ -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/)