phantop.github.io/reads/guides.md

22 lines
471 B
Markdown
Raw Normal View History

2018-08-29 16:14:51 +00:00
# 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/)
2018-08-29 20:52:24 +00:00
## Terminal
[Learn Regex](https://github.com/zeeshanu/learn-regex)