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

From Chilipedia
Jump to: navigation, search
(Video Timestamp Index)
(Topics Covered)
 
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 ==

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