Hardware 3D (C++ DirectX Graphics) Tutorial 23

From Chilipedia
Revision as of 01:55, 12 May 2019 by Chili (Talk | contribs) (Topics Covered)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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