Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
selection_de_livres [2014/10/09 00:54] gbdivers |
selection_de_livres [2018/05/17 11:40] (Version actuelle) gbdivers |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Sélection de livres ====== | + | Cette page a été transférée : http://guillaumebelz.github.io/articles/ressources |
- | + | ||
- | NB: Certains livres peuvent commencer à dater, une partie de leur contenu peut avoir perdu de leur intérêt. | + | |
- | + | ||
- | ===== Sur le C++ ===== | + | |
- | + | ||
- | ==== En vrac ==== | + | |
- | + | ||
- | * [[http://www.pearsonhighered.com/educator/product/C-Primer/9780321714114.page|C++ Primer]], plus pédagogique que The C++ Langage (Stroustrup) | + | |
- | * Coder efficacement – Bonnes pratiques et erreurs à éviter (en C++) | + | |
- | * [[http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1118858050.html|Professional C++]], pas uniquement le langage mais aussi les bonnes pratiques. La troisième édition couvre le C++14. | + | |
- | + | ||
- | ==== En vrac ==== | + | |
- | + | ||
- | * [[http://www.manning.com/williams/|C++ Concurrency in Action]] | + | |
- | * [[http://www.pearsonhighered.com/educator/product/C-Templates-The-Complete-Guide/9780201734843.page|C++ Templates]] | + | |
- | * [[http://www.pearsonhighered.com/educator/product/C-Template-Metaprogramming-Concepts-Tools-and-Techniques-from-Boost-and-Beyond/9780321227256.page|C++ Template Metaprogramming]] | + | |
- | * [[http://shop.oreilly.com/product/9780596514808.do|Intel Threading Building Blocks]] | + | |
- | * [[http://www.pearsonhighered.com/educator/product/Modern-C-Design-Generic-Programming-and-Design-Patterns-Applied/9780201704310.page|Modern C++ Design]] | + | |
- | * [[http://www.amazon.com/The-Standard-Library-Tutorial-Reference/dp/0321623215|The C++ Standard Library: A Tutorial and Reference]], mis à jour pour le C++11 | + | |
- | * [[http://www.amazon.com/The-Art-Concurrency-Parallel-Applications/dp/0596521537|The Art of Concurrency]], pour les algo concurrents | + | |
- | + | ||
- | ==== Scott Meyers ==== | + | |
- | + | ||
- | * [[http://www.pearsonhighered.com/educator/product/Effective-C-55-Specific-Ways-to-Improve-Your-Programs-and-Designs/9780321334879.page|Effective C++]] | + | |
- | * [[http://www.pearsonhighered.com/educator/product/More-Effective-C-35-New-Ways-to-Improve-Your-Programs-and-Designs/9780201633719.page|More Effective C++]] | + | |
- | * [[http://www.pearsonhighered.com/educator/product/Effective-STL-50-Specific-Ways-to-Improve-Your-Use-of-the-Standard-Template-Library/9780201749625.page|Effective STL]] | + | |
- | + | ||
- | ==== Bjarne Stroustrup ==== | + | |
- | + | ||
- | * [[http://www.pearsonhighered.com/educator/product/C-Programming-Language-hardcover-The/9780321958327.page|C++ Programming Language]], la référence, mise à jour pour le C++11 | + | |
- | * [[http://www.pearsonhighered.com/educator/product/Programming-Principles-and-Practice-Using-C/9780321992789.page|Programming: Principles and Practice Using C++]] | + | |
- | * [[http://www.pearsonhighered.com/educator/product/Tour-of-C-A/9780321958310.page|Tour of C++]] | + | |
- | + | ||
- | ==== Herb Sutter ==== | + | |
- | + | ||
- | * [[http://www.pearsonhighered.com/educator/product/Exceptional-C-47-Engineering-Puzzles-Programming-Problems-and-Solutions/9780201615623.page|Exceptional C++]] | + | |
- | * [[http://www.pearsonhighered.com/educator/product/More-Exceptional-C-40-New-Engineering-Puzzles-Programming-Problems-and-Solutions/9780201704341.page|More Exceptional C++]] | + | |
- | * [[http://www.pearsonhighered.com/educator/product/Exceptional-C-Style-40-New-Engineering-Puzzles-Programming-Problems-and-Solutions/9780201760422.page|Exceptional C++ Style]] | + | |
- | * [[http://www.pearsonhighered.com/educator/product/C-Coding-Standards-101-Rules-Guidelines-and-Best-Practices/9780321113580.page|C++ Coding Standards]] | + | |
- | + | ||
- | ===== Pour Qt ===== | + | |
- | + | ||
- | * C++ GUI Programming with Qt 4 (Summerfield), pour Qt 4, mais reste une référence | + | |
- | * Advanced Qt programming (Summerfield) idem | + | |
- | * Créer des applications avec Qt5 - Les essentiels, mis à jour pour Qt 5 et Qt Quick | + | |
- | + | ||
- | ===== Pour la 3D et OpenGL ===== | + | |
- | + | ||
- | * [[http://www.mathfor3dgameprogramming.com/|Mathematics for 3D Game Programming and Computer Graphics]], le premier à lire, base mathématique pour la 3D avec applications avec OpenGL. Beaucoup de techniques "avancées" pour la 3D (ombres, lumière, rendu, physique, collision, fluides, etc) | + | |
- | * [[http://www.opengl-redbook.com/|OpenGL Programming Guide]], la référence officielle, un peu austère, à jour pour OpenGL 4.3. | + | |
- | * [[http://www.openglsuperbible.com/|OpenGL SuperBible]], plus agréable à lire que le précédent. | + | |
- | * [[http://openglinsights.com/|OpenGL Insight]], bien fait et techniques intéressantes (tesselation, debug contexts, WebGL, etc). | + | |
- | * La série des [[http://gpupro.blogspot.fr/|Gpu Pro 1 à 5]], pour les techniques avancées de 3D | + | |
- | * La série des GPU Gems [[http://http.developer.nvidia.com/GPUGems/gpugems_pref01.html|1]], [[http://http.developer.nvidia.com/GPUGems2/gpugems2_frontmatter.html|2]] et [[http://http.developer.nvidia.com/GPUGems3/gpugems3_pref01.html|3]], gratuits, complet et en ligne | + | |
- | + | ||
- | ===== Pour les jeux vidéos (hors moteurs de jeux) ===== | + | |
- | + | ||
- | * Game Engine Architecture | + | |
- | * Game Engine Gems | + | |
- | * La série des "Game Programming Gems" | + | |
- | + | ||
- | ===== Pour le GPU computing ===== | + | |
- | + | ||
- | * Algorithms and Parallel Computing, pour comprendre l'algorithmique parallèle | + | |
- | + | ||
- | ==== Pour CUDA ==== | + | |
- | + | ||
- | * CUDA par l'exemple, très pédagogique et en français | + | |
- | * Programming Massively Parallel Processors, un peu plus avancé que le précédent | + | |
- | * GPU Computing Gems, 2 livres (Jade et Émeraude), nombreux exemples d'applications | + | |
- | * CUDA Programming | + | |
- | * (2011) CUDA application design and develepment | + | |
- | + | ||
- | ==== Pour OpenCL ==== | + | |
- | + | ||
- | * OpenCL Programming Guide, la référence de Khronos | + | |
- | * Heterogeneous Computing with OpenCL (Gaster) | + |