mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-12-22 06:14:45 -08:00
My journey through the series
.vscode | ||
handmade-hero-notes@de9420a64d | ||
project | ||
scripts | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
HandmadeHero.10x | ||
README.md |
HandmadeHero
Any code I do for this series will be here.
Scripts
build.ps1
- Builds the project use.\scripts\build msvc
or.\scripts\build clang
, addrelease
to build in release modeclean.ps1
- Cleans the projectupdate.ps1
- Updates the project dependencies to their latest from their respective repos. (Not done automatically on build)
Notes
Building requires msvc or llvm's clang + lld, and powershell 7
The build is done in two stages:
- Build and run metaprogram to scan and generate dependent code.
- Build the handmade hero runtime.