feat: added some reading references inside resume
This commit is contained in:
parent
29b05a6e5c
commit
3d91372d76
|
@ -154,6 +154,26 @@
|
|||
"title": "The Book of Shaders",
|
||||
"url": "https://thebookofshaders.com/"
|
||||
},
|
||||
{
|
||||
"title": "Game programming patterns",
|
||||
"url": "https://gameprogrammingpatterns.com/"
|
||||
},
|
||||
{
|
||||
"title": "Beginning Game Programming with SDL",
|
||||
"url": "https://lazyfoo.net/tutorials/SDL/index.php"
|
||||
},
|
||||
{
|
||||
"title": "Glenn Fiedler's blog",
|
||||
"url": "https://gafferongames.com/post/"
|
||||
},
|
||||
{
|
||||
"title": "OS Dev wiki",
|
||||
"url": "https://wiki.osdev.org/"
|
||||
},
|
||||
{
|
||||
"title": "Awesome OSDev",
|
||||
"url": "https://github.com/developpement-systeme-exploitation/awesome"
|
||||
},
|
||||
{
|
||||
"title": "r/programming",
|
||||
"url": "https://www.reddit.com/r/programming"
|
||||
|
|
Reference in a new issue