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...")
(No difference)

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