Re: [SailfishDevel] Urho3D building with MerSDK

2017-06-28 Thread Костадин Дамянов
Hello. I do not know much about Urho3D but I have been working on porting the Godot game engine to SailfishOS. You can follow the progress at PR #9435 [1]. I work on it in my free time so progress is slow ... but I managed to run the 2D platformer demo this weekend! Currently my biggest obstacle i

[SailfishDevel] Is libaudioresource required?

2017-03-22 Thread Костадин Дамянов
Hello. Is libaudioresource required if my application has to play audio through pulseaudio? I am using libpulse-simple and pa_simple_write() specifically. If the answer is yes then I think this should be mentioned somewhere in the wiki (and the libaudioresource-qt library too). __

[SailfishDevel] Mouse events with emulator

2017-03-05 Thread Костадин Дамянов
Hello. I am developing an application an I have noticed that with the emulator the application only receives only QEvent::TouchBegin and QEvent::TouchEnd events. Is there a way to receive QEvent::MouseButtonPress, QEvent::MouseMove and QEvent::MouseButtonRelease events when working with the emula

[SailfishDevel] Debugging a segmentation fault

2017-01-22 Thread Костадин Дамянов
Hello. I am trying to build a project that is not developed in Sailfish IDE. I managed to build in the SDK VM and deploy it on the emulator VM. My problem is that the app segfaults on startup and I do not know how to debug the crash. One way to launch it is by running xdg-open /usr/shared/applic