mirror of
				https://github.com/Ed94/HandmadeHero.git
				synced 2025-10-29 14:00:53 -07:00 
			
		
		
		
	
			
				
					
						
					
					3a0d1124c97ad66d5dc255da3b9ac1f6ff12d523
				
			
			
		
	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 msvcor- .\scripts\build clang. Add- releaseto 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:
- Build and run metaprogram to scan and generate dependent code.(Not needed yet)
- Build the handmade hero runtime.
Description
				
					Languages
				
				
								
								
									C++
								
								95.3%
							
						
							
								
								
									PowerShell
								
								2.7%
							
						
							
								
								
									C
								
								2%