My journey through the series
Go to file
2023-09-09 23:58:28 -04:00
.vscode Some more dualsense shenanigans 2023-09-09 23:58:28 -04:00
handmade-hero-notes@5d1c77a442 Day 4 complete 2023-09-09 03:05:14 -04:00
project Some more dualsense shenanigans 2023-09-09 23:58:28 -04:00
scripts small update to joyshocklibrary stuff 2023-09-09 20:30:45 -04:00
.editorconfig Some basic file configs 2023-09-08 10:07:34 -04:00
.gitignore Day 6 Bonus: Dualsense Edge support! 2023-09-09 20:14:40 -04:00
.gitmodules Add handmade-hero-notes as submodule 2023-09-08 09:24:58 -04:00
HandmadeHero.10x Day 2 completed. 2023-09-08 21:08:57 -04:00
README.md small update to joyshocklibrary stuff 2023-09-09 20:30:45 -04:00

HandmadeHero

Any code I do for this series will be here.

(Only original hand-written code will be here, no code from the series itself)

Scripts

  • build.ps1 - Builds the project use .\scripts\build msvc or .\scripts\build clang. Add release to build in release mode
  • clean.ps1 - Cleans the project
  • update_deps.ps1 - Updates the project dependencies to their latest from their respective repos. (Not done automatically on build)

Make sure to run update_deps.ps1 before building for the first time.

Notes

Building requires msvc or llvm's clang + lld, and powershell 7

The build is done in two stages:

  1. Build and run metaprogram to scan and generate dependent code. (Not needed yet)
  2. Build the handmade hero runtime.