mirror of
https://github.com/Phantop/phantop.github.io.git
synced 2024-11-16 20:03:29 +00:00
18 lines
402 B
Markdown
18 lines
402 B
Markdown
# 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/)
|