Skip to content

yosmo78/Win32DirectX12-FPSCamera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Win32DirectX12-FPSCamera

Basic FPS camera starter code for compiling an Win32/DirectX12 Shader environment, just installing visual studio

Steps to compile and run:

  1. Install visual studio 2019
  2. Clone repo
  3. Open command prompt in repo
  4. run: .\Compile.bat
  5. run: .\FPSCameraBasic.exe

To Debug:

  1. run: .\Compile.bat
  2. run: devenv .\FPSCameraBasicDebug.exe
  3. When Visual Studio is running, press F11

Controls

  • WSAD or ArrowKeys to move
  • Space and shift to move up and down
  • Mouse to look around
  • Esc to pause/unpause
  • F to go in and out of fullscreen
  • V to turn off and on V-Sync in windowed mode

Improvements to make:

About

Basic DirectX12 FPS Camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published