Saturday, July 25, 2015

LibGDX - Logging facilities

In this post I will describe the two logging facilities provided by LibGDX, Logger class and Application logging interface.

Tuesday, July 21, 2015

QEMU image for developing and testing applications

The aim of this post is to create a QEMU toolchain and image for developing and testing applications and complex network architectures.

This image will be used as a starting point in the next tutorials.

Monday, July 20, 2015

LibGDX: Howto create your first project

LibGDX (http://libgdx.badlogicgames.com/) is a framework based on Java to create game for different platforms: PC, web and mobile phone, both Android and iPhone.

I am learning it and I want to share here my test :)

The aim of this first post is the setup of the environment and the creation of an empty project.

Friday, June 12, 2015

RaspberryPI and Yocto

NEW HOWTO FOR RaspberryPI3 available!

http://mytechpg.blogspot.com/2016/04/raspberrypi3-and-yocto.html


Updated to new Yocto Fido and Raspberry PI layers

The Yocto project (https://www.yoctoproject.org/) can be used to create a personal Linux distribution for the RaspberryPI device through few simple steps.

The aim of this post is to configure Yocto to build a minimal firmware for a RaspberryPI.