You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
It's SDL, but made even easier. A sdl wrapper library for the Nintendo Switch. ==User guide== ===How to build=== Install the Devkitpro tool chain from [https://devkitpro.org/wiki/Getting_Started here]. Using pacman (installed with devkitpro) install the following libraries: *switch-freetype *switch-sdl2 *switch-sdl2_gfx *switch-sdl2_image *switch-sdl2_ttf ===How to use=== Include the sdl_easy.c in your source folder and sdl_easy.h in your includes folder. Use the included Makefile to as a guide to help compile your app with sdl_easy, look at the <code>LIBS</code> section for what to include. Be sure to look at the examples for help getting started, the 'hello-world' example is a great place to start. == External links == * GitHub - https://github.com/ITotalJustice/SDL-easy
Advertising: