Re: [SailfishDevel] SDL2 without OpenGL, nothing but a black screen

2014-06-04 Thread kim
Have you tried running the project on the phone with the debugger, or from a command line ? I have found that this behaviour normally stems from something missing, and that will be displayed in the debugger or on the commandline. /Kim > Ahoy, > > I was coding something simple with 2D-only gra

[SailfishDevel] SDL2 without OpenGL, nothing but a black screen

2014-06-03 Thread Lauri Nurmi
Ahoy, I was coding something simple with 2D-only graphics using SDL2, and noticed that drawing graphics that does work in the emulator, does not work on the actual phone. To demonstrate that, I copied the example code from , added a Makefile and h