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:
SDL2 partial implementation of [https://github.com/switchbrew/libnx libnx]. ==User guide== ===Install=== Make sure SDL2 install correctly (sdl2-config work properly). $ git clone <nowiki>https://github.com/rock88/libnx-SDL2.git</nowiki> $ cd libnx-SDL2 $ make $ export DEVKITPRO=`pwd` Go to [https://github.com/switchbrew/switch-examples switch-examples] (graphics/simplegfx for example), and <code>make</code> it. Then run <code>./simplegfx.nro</code>. ===What's supported=== *Console output to screen (consoleInit(NULL)); *Part of gfx; *Part of hid. ===Limitation=== *Any hardware specific functional (but can be simulated); *Any not implemented functions, you just got error like: Undefined symbols for architecture x86_64: "_accountInitialize", referenced from: _main in main.o when try link binary. ==Screenshots== https://dlhb.gamebrew.org/switchhomebrews/libnxsdl2nx4.png https://dlhb.gamebrew.org/switchhomebrews/libnxsdl2nx5.png == External links == * GitHub - https://github.com/rock88/libnx-SDL2 * GBAtemp - https://gbatemp.net/threads/libnx-sdl2.513099/
Advertising: