This repository contains the JAI code I write to follow Casey Muratori's Handmade Hero series.
For more information, refer to the following links:
- Handmade Hero Episode Guide
- Handmade Hero Notes (notes for the first 29 days available)
Consider making a purchase of the source code and art work at Handmade Hero if you intend to follow the series long-term as part of your learning.
Run the following commands:
# To build, run:
jai build.jai - --internal
# To run:
./win32_handmade.exe
# For building DLL for hot-reloading:
jai build.jai - --dll-only --internal