Game From Scratch
I am making this project during me watching Handmade Hero series.
It's contain several demos. They use same library gfs
, which places in code/gfs
. All demos places inside demos/
.
If you want compile only one demo, comment-out all unwanted demos in root CMakeLists.txt
.
It is mainly supported on Windows
OS. In fact, Linux
(Wayland / Pipewire) will not be the target platform for this project.
Tools:
- Conan: version 2.x.
- CMake: version 3.20 (maybe it will build on older version, but I am lazy to check).
- MSVC: (Likewise, lazy to check which minimal version of the compiler you need).
DLLs (the should be on every Windows machine these days by default, since Windows XP):
Xinput.dll
DirectSound.dll
- Run build script.
cmd /c build.bat
- Done.