From 4fc3a3f0889add80a2936baaf73ddc8c01003e76 Mon Sep 17 00:00:00 2001 From: Sergei Tomin Date: Thu, 26 Oct 2017 16:35:22 +0300 Subject: [PATCH] Add authors in "Graphics Programming" section (#2383) (#2619) --- free-programming-books.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 28c2399e..90c23f1d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -237,13 +237,13 @@ * [Blender 3D: Noob to Pro](https://en.wikibooks.org/wiki/Blender_3D%3A_Noob_to_Pro) * [DirectX manual](http://user.xmission.com/~legalize/book/download/index.html) (draft) * [GPU Gems](https://developer.nvidia.com/gpugems/GPUGems/gpugems_pref01.html) -* [Graphics Programming Black Book](http://www.gamedev.net/page/resources/_/technical/graphics-programming-and-theory/graphics-programming-black-book-r1698) +* [Graphics Programming Black Book](http://www.gamedev.net/page/resources/_/technical/graphics-programming-and-theory/graphics-programming-black-book-r1698) - Michael Abrash * [Introduction to Modern OpenGL](https://open.gl) * [Learn OpenGL](http://learnopengl.com) - Joey de Vries -* [Learning Modern 3D Graphics Programming](https://web.archive.org/web/20150225192611/http://www.arcsynthesis.org/gltut/index.html) (draft) +* [Learning Modern 3D Graphics Programming](https://web.archive.org/web/20150225192611/http://www.arcsynthesis.org/gltut/index.html) - Jason L. McKesson (draft) * [OpenGL](http://www.songho.ca/opengl/index.html) - Concepts and illustrations. -* [OpenGL Programming Guide (The Red Book)](https://www.ics.uci.edu/~gopi/CS211B/opengl_programming_guide_8th_edition.pdf) (PDF) -* [ShaderX series](http://www.realtimerendering.com/resources/shaderx/) +* [OpenGL Programming Guide (The Red Book)](https://www.ics.uci.edu/~gopi/CS211B/opengl_programming_guide_8th_edition.pdf) - Dave Shreiner, Graham Sellers, John Kessenich and Bill Licea-Kane (PDF) +* [ShaderX series](http://www.realtimerendering.com/resources/shaderx/) - Wolfgang Engel * [Tutorials for modern OpenGL](http://www.opengl-tutorial.org) -- GitLab