Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SDL Easy Switch: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Infobox Switch Homebrews
{{Infobox Switch Homebrews
|title=SDL easy
|title=SDL-easy
|image=sdleasynx.png
|image=sdleasynx.png
|description=It's SDL, but made even easier. A sdl wrapper library for the Nintendo Switch.
|description=It is SDL, but made even easier. A sdl wrapper library for the Nintendo Switch.
|author=ITotalJustice
|author=ITotalJustice
|lastupdated=2019/12/14
|lastupdated=2019/12/14

Latest revision as of 12:38, 6 July 2024

SDL-easy
Sdleasynx.png
General
AuthorITotalJustice
TypeDevelopments
Version2019
LicenseGPL-3.0
Last Updated2019/12/14
Links
Download
Website
Source
Support Author

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 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 LIBS 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

Advertising: