Fading Coder

One Final Commit for the Last Sprint

Setting Up a CMake + vcpkg + Ninja Build Toolchain on macOS

Installing Prrerequisites Installing Homebrew Homebrew serves as the primary package manager for macOS, providing a convenient way to install development tools. Execute the following command in you're terminal: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/i...

Managing C and C++ Dependencies with Vcpkg on Windows

Introduction to Vcpkg Managing depnedencies in C and C++ projects is traditionally more complex than in languages like Python. While Python developers can simply run pip install package_name, C++ developers often face a manual process involving cloning repositories from GitHub, configuring build sys...