Re: [SailfishDevel] "Unnamed application is not responding" - How to respond from C and python? (Martin Kampas)

2018-02-14 Thread Dmitriy Sedov
I had the same issue, when porting Irrlicht Engine https://together.jolla.com/question/165688/nearly-done-irrlicht-19-opengles2-engine-port/ If I right understand you, in C in Wayland you need to say

Re: [SailfishDevel] "Unnamed application is not responding" - How to respond from C and python?

2018-02-13 Thread Martin Kampas
Hi Jonas, This example might help you https://github.com/sailfishos/sdk-sdl-project-example . BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Jonas Aaberg [c...@lithops.se] Sent: Tuesday, January 30, 2018 11:24 AM To: Zhang

Re: [SailfishDevel] "Unnamed application is not responding" - How to respond from C and python?

2018-01-30 Thread Jonas Aaberg
Yes, some help would be great! Maybe create a wrapper util? Like -- sfos_wrap "python3 mypygame.py" -- Although, a flag in .desktop is probably prettier. BR, Jonas On Sat, 27 Jan 2018 16:47:48 +0800 Zhang Bird <0312birdzh...@gmail.com> wrote: > To be honest, "harbour-pygame_breakout.cpp"

Re: [SailfishDevel] "Unnamed application is not responding" - How to respond from C and python?

2018-01-27 Thread Zhang Bird
To be honest, "harbour-pygame_breakout.cpp" is uglycode. I had the same question with you, and i didn't have a perfect solution so i used uglycode :( I tried pyotherside with qml, but it not support for SDL2 currently. So, we need some help ;)

[SailfishDevel] "Unnamed application is not responding" - How to respond from C and python?

2018-01-26 Thread Jonas Aaberg
Hi, I tested two of my programs on SailfishOS: - texttv (https://bitbucket.org/gmelchett/texttv) written in python, using pygame_sdl2 - endlessman (https://bitbucket.org/gmelchett/endlessman/) written in C using SDL2 (Needs some CFLAG changes to compile on Xperia X due to gcc 4.x)