Handmade Hero Day 001 - Setting Up the Windows Build
Molly Rocket
73 min, 51 sec
Detailing the process of setting up a development environment for Handmade Hero on Windows.
Summary
- Introduces the Handmade Hero project and explains the goals and community response.
- Details the initial steps to configure a Windows development environment, including OBS and compiler setup.
- Walks through creating a basic Windows application using a simple build system and debugging with Visual Studio.
- Emphasizes the importance of understanding MSDN documentation and how to link with necessary Windows libraries.
Chapter 1
The host introduces the Handmade Hero project and his initial expectations.
- The host starts the first episode of Handmade Hero, expecting a small audience.
- Expresses excitement about the project and the overwhelming response received.
- Mentions the goal is to create a game from scratch as a learning resource.
Chapter 2
Explaining the structure and approach of the live coding series.
- Clarifies that not everything can be explained in detail due to project scope.
- Encourages viewers to keep track of previously explained concepts and ask questions.
- Stresses the availability of resources like archived videos, source code, and community forums.
Chapter 3
Chapter 4
Demonstrating how to set up the initial build environment using the command line.
- Details the creation of a project directory structure using command-line operations.
- Introduces the use of 'subst' to create a virtual drive for development.
- Explains how the command line is used for directory navigation and file management.
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
More Molly Rocket summaries
The Only Unbreakable Law
Molly Rocket
A detailed analysis of how organizational structures influence software architecture, drawing from Melvin Conway's 1968 paper.
The Thirty Million Line Problem
Molly Rocket
A detailed analysis of the issues with modern hardware and operating systems, and a proposal for a more manageable and efficient approach.
Where Does Bad Code Come From?
Molly Rocket
A detailed exploration of the origins of bad code and how programmers' mental models contribute to it.