Skip to content

rock88/libnx-SDL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libnx-SDL2

SDL2 partial implementation of libnx.

Install:

Make sure SDL2 install correctly (sdl2-config work properly).

$ git clone https://github.com/rock88/libnx-SDL2.git
$ cd libnx-SDL2
$ make
$ export DEVKITPRO=`pwd`

Go to switch-examples (graphics/simplegfx for example), and make it. Then run ./simplegfx.nro.

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.

About

SDL2 partial implementation of libnx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages