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...")
 
(Topics Covered)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
* Incorporation of ImGui into a D3D11 engine
 
* Incorporation of ImGui into a D3D11 engine
 
* ImGui window rendering in variable control
 
* ImGui window rendering in variable control
 +
* Scene camera object
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
* [https://youtu.be/daKJcSGqrIU Tutorial 22]
+
* [https://youtu.be/Sv3pjKJr-vY Tutorial 23]
  
 
== Source Code ==
 
== Source Code ==

Latest revision as of 01:55, 12 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
  • Scene camera object

Video Timestamp Index

Source Code

See also