Adding SDL2_image with JPEG support for iOS is a little bit different than for Android. In case of Android, it was necessary to add JPEG […] Read More
Tag: JPEG
In the previous article, we were discussing how to add support for PNG image format to SDL2 application for Android. Let’s add another more common […] Read More
Author: Lordrat By now you know, that when you need simple server to serve static pages just for you to play, you use Python’s SimpleHTTPServer. […] Read More