Multi-Threaded Game Framework in C

Channel:
Subscribers:
6,130
Published on ● Video Link: https://www.youtube.com/watch?v=1bAb1CfgZrs



Duration: 6:56
7,317 views
265


Get the code in the text version of this tutorial: http://croakingkero.com/tutorials/multi_threaded_framework

Chapters:
00:00 Thread overview
00:22 Update-Render thread communication
00:55 File organization
01:35 main.c
02:37 globals.h
03:33 update.h
03:57 Selecting a render state
05:14 render.h
06:26 Build and run
06:44 Coming next