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

From Chilipedia
Jump to: navigation, search
 
Line 1: Line 1:
Friendship CANCELED with GDI+. Now DirectXTex is my new best friend. Also, JSON happens?
+
Friendship ENDED with GDI+. Now DirectXTex is my new best friend. Also, JSON happens?
  
 
== Topics Covered ==
 
== Topics Covered ==

Latest revision as of 18:56, 1 December 2019

Friendship ENDED 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