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

From Chilipedia
Jump to: navigation, search
(Created page with "Adding a GUI system (imgui) to the engine to better help us control our tests. == Topics Covered == * Incorporation of ImGui into a D3D11 engine * ImGui window rendering in v...")
 
(Video Timestamp Index)
Line 6: Line 6:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
* [https://youtu.be/daKJcSGqrIU Tutorial 22]
+
* [https://youtu.be/Sv3pjKJr-vY Tutorial 23]
  
 
== Source Code ==
 
== Source Code ==

Revision as of 23:10, 11 May 2019

Adding a GUI system (imgui) to the engine to better help us control our tests.

Topics Covered

  • Incorporation of ImGui into a D3D11 engine
  • ImGui window rendering in variable control

Video Timestamp Index

Source Code

See also