Common library for displaying a text in SDL2 application is SDL2_ttf. The library is a wrapper on FreeType library. It is necessary to add both […] Read More
Author: georgik
If SDL2 application should support rotation it is necessary to add the following line to AndroidManifest.xml activity: The XML will look like this: The rotation […] Read More
In previous articles, we were talking about PNG and JPEG support in SDL2 for Android. Let’s add some sounds to our application. The initial steps […] Read More
Wireshark is based on the new version of QT, and it has a similar problem on Windows like pgAdmin 4. If you have a screen […] Read More
Update: Engineers at Google fixed the issue. Thank you. After initial setup of SDL2 application for Android, I decided to add one activity before launching […] Read More