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
Tag: Android
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
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
Gradle Android Experimental Plugin works without problem with Android Studio and it is the recommended approach use it when starting a new project with NDK. […] Read More