Recent content by ShkeGorashKen

  1. S

    Not working: discussion of "HomebrewSwitchSDK"

    Honestly, the excitement of having coded the first thing I set out to build made me publish it like it was a masterpiece — but in the end, I’m gonna keep improving my shit anyway!! Besides, it’s free and anyone who wants to improve it or collaborate is more than welcome. Big hug!!
  2. S

    Not working: discussion of "HomebrewSwitchSDK"

    🚀 Why is it called an SDK? Because that’s exactly what it is. A Software Development Kit typically includes: Tools and compilers tailored for a specific platform Reusable libraries or source code Project templates or working examples Documentation or setup scripts for easy onboarding This...
  3. S

    Not working: discussion of "HomebrewSwitchSDK"

    Want to build homebrew applications for the Nintendo Switch using SDL2, libnx, and modern C++ UI? Introducing HomebrewSwitchSDK-Ubuntu, a free and battle-tested development environment: - Installs devkitPro, toolchains, and required libraries - Compiles clean SDL2 without EGL/Vulkan - Clones...