From 3d91372d767cffd4b94b453a6e9e83569d81b957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 28 Aug 2021 15:51:35 +0200 Subject: [PATCH] feat: added some reading references inside resume --- pages/_data/resumes/en.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pages/_data/resumes/en.json b/pages/_data/resumes/en.json index eb6bf28..1dec7cb 100644 --- a/pages/_data/resumes/en.json +++ b/pages/_data/resumes/en.json @@ -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"