/switch-sdl-starter

A Nintendo Switch SDL2 starter template

Primary LanguageC++

SWITCH SDL2 STARTER

A Nintendo Switch SDL2 starter template.

Building

Requires devkitPro with the Nintendo Switch toolchain, SDL2, SDL2_Image SDL2_mixer SDL2_ttf for the switch.

Building instructions

I built everything using Windows 10

  • Install devkitpro

  • On a terminal install needed switch libraries:

    pacman -S switch-portlibs

*I recommend to install all the switch-portlibs libraries/

  • Clone this repo
  • cd switch-sdl-starter
  • make