Skip to content

Paving my path to the C++ competency following the steps of Casey Muratori in his "Handmade Hero" programming series

Notifications You must be signed in to change notification settings

Hulvdan/handmade-cpp-game

Repository files navigation

Roads of Horses (C++)

📝 Это C++ порт моей репы RoadsOfHorses на Unity, C#

🎨 Превью - hulvdan.github.io.

Некоторые интересные факты об этой репе:

  1. Прикрутил hot-reload кода игровой логики - компилирую exe, который подгружает dll.
  2. Стараюсь держать код простым по заветам John Carmack, Jonathan Blow, Casey Muratori, Timothy Cain.
  3. Из библиотек:
    • 0 фреймворков
    • ImGui
    • glew
    • glm
    • doctest
    • tracy
    • spdlog
  4. Использую clang-tidy и clang-format.

Разработка

Документация для разработки находится в DEVELOPMENT.md

About

Paving my path to the C++ competency following the steps of Casey Muratori in his "Handmade Hero" programming series

Resources

Stars

Watchers

Forks