NaN min read

game_from_scratch

Table of Contents

game_from_scratch

Resources

Build and Debug

  • To build the application:
    cd handmade\code
    build.bat
  • To debug the application:
    devenv ..\..\build\win32_handmade.exe

This will open visual studio, once there remember to change "Executable" and "Working Directory" on exe properties. Example:

alt text

Then just hit f11 and start debugging!

Debugging Tools

  • Press P Key to Pause
  • Press L Key to start input loop and L key again to lock the loop
  • Press Alt + Enter Keys to go full screen

Troubleshoot

If when trying to build the application, you receive the error "The input line is too long. The syntax of the command is incorrect." make sure to put the project folder as close as possible to C: and if the error persists just restart your cmd.

Doubts / Learn

##Vectors