Posts

Showing posts with the label linux

Android video capture issues

Image
Edit 13.7.2017: This article is bit outdated, because nowadays Android Studio provides tools for recording video from Android device. And also Google Play Game Services app has a way to record your game directly.  I tried to find video capture program for the Android tablet to get better quality gameplay videos from our own game projects. Unfortunately, it seems that there are not so many solutions available, or at least I was not able to find any suitable for my needs.  Most of the Android video capture tools seems to require rooting, and I was not willing to do that right now. As far as I understand rooting will void the warranty (according to this article ), and my Tab3 is approx 3 weeks old. So it was very easy to decide that rooting is not a solution here. There were also some video capture tools that were told to be "no-rooting-required" (according to their developers). But I did not manage to get any of them working in my tab. I also found couple of tools ...

Open-source drawing tools

Since I am interested to use open-source software for game development, my drawing tools can be found from that category also. Currently, my development work is done on Linux laptop, so it also causes some restrictions for the available software. I started sprite creation with a tool called  Aseprite . It is quite simple and easy-to-use free software for creating sprite sheets. ( edit: Aseprite is nowadays paid software ). There are no complex drawing tools included, but with steady hand and patience you can create almost anything. In my case, the only major problem with Aseprite was the low performance on my Linux laptop if  not started at separate XServer (Run " xinit aseprite -- :1"  command in tty1, or something like that).  I have been using  Gimp  for simple image processing even before starting game development activities. However, I thought it was too complex and difficult to use with multiple windows and confusing menus. But then I "found" t...