Monday, August 19, 2013

Week 7-8 update

I completed box  button support for on screen controllers.
You define your controller in an xml file and then test for button press  events in your code.
There's no support for rendering for the controller yet nor support for circle buttons or stick controllers yet.
So I'll work those next.

Thursday, August 1, 2013

Sweetsoy: on screen controls update

I've been working on impelemting on screen controllers for sweetsoy, starting with simple box buttons. Later on, I'd like to add support for analog stick type buttons as well.
On screen controllers are created by creating an xml configuration files which get parsed by Sweetsoy. The parsering is mostly done now.
I'll provide a more detailed post later on.