Difference between revisions of "Hardware 3D (C++ DirectX Graphics) Tutorial 40"

From Chilipedia
Jump to: navigation, search
(Created page with "Friendship CANCELED with GDI+. Now DirectXTex is my new best friend. Also, JSON happens? == Topics Covered == * Building Visual Studio library projects and incorporating in a...")
 
Line 4: Line 4:
 
* Building Visual Studio library projects and incorporating in a solution
 
* Building Visual Studio library projects and incorporating in a solution
 
* The joys of encapsulation
 
* The joys of encapsulation
* Using LoadFromWICFile and ScratchImage to load images from file
+
* Using <code>LoadFromWICFile</code> and <code>ScratchImage</code> to load images from file
* Parsing quoted strings with std::quoted
+
* Parsing quoted strings with <code>std::quoted</code>
 
* JSON for Modern C++ (nlohmann) library
 
* JSON for Modern C++ (nlohmann) library
  

Revision as of 18:48, 1 December 2019

Friendship CANCELED with GDI+. Now DirectXTex is my new best friend. Also, JSON happens?

Topics Covered

  • Building Visual Studio library projects and incorporating in a solution
  • The joys of encapsulation
  • Using LoadFromWICFile and ScratchImage to load images from file
  • Parsing quoted strings with std::quoted
  • JSON for Modern C++ (nlohmann) library

Video Timestamp Index

Source Code

See also