mirror of
https://github.com/Phantop/phantop.github.io
synced 2024-11-22 06:43:21 +00:00
Add in a page for programming guides
This commit is contained in:
parent
071ae467d6
commit
2094cde821
3
index.md
3
index.md
|
@ -15,3 +15,6 @@
|
|||
[linux programs](reads/linux-software)
|
||||
|
||||
[zach resources](reads/zachs-resources)
|
||||
|
||||
[programming guides](reads/guides)
|
||||
|
||||
|
|
17
reads/guides.md
Normal file
17
reads/guides.md
Normal 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/)
|
Loading…
Reference in a new issue