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
Tag: C++
In the previous article, we were discussing how to start building SDL2 application for Android. Let’s add some images. SDL2 library does not contain support […] Read More
SDL2 is a well known library for making games or interactive application for Linux, Windows or macOS. The library has also support for mobile devices. […] Read More
Android Studio has support for debugging Java and also C/C++ code. The problem is that in default configuration the debugger might not work. There is […] Read More
Small OLED displays can easily extend the functionality of ESP8266. I made an experiment with 128×64 OLED display from Com-Four. The first challenge was how to […] Read More