New Logo!
I got a new logo! Made by KiA.CaNDy.Art (now Catellya Design):
Blogspot: http://kiacandyart.blogspot.de/
Facebook: https://www.facebook.com/catellyadesign
This post was imported from tumblr.
I got a new logo! Made by KiA.CaNDy.Art (now Catellya Design):
Blogspot: http://kiacandyart.blogspot.de/
Facebook: https://www.facebook.com/catellyadesign
This post was imported from tumblr.
Spend hours and hours and more hours trying to connect a Wiimote to Blender via Python. I read somewhere Python supports Bluetooth in version 3.3, but not for me.
PyBluez is also not compatible with Python 3.3, so I’m giving up for not. Maybe in Python 3 …
Today I looked at the .x file format and decided to do the character animation for Ninjarun not with a sprite-sheet but a 2D mesh with bone-animations.
This post was imported from tumblr.
I recently spent 5 hours trying to figure out why my maps I write from an own made “tiled” plugin (Java) aren’t beeing read properly in my ninjarun game ©, already knowing all along it must be because of the endianess (But I’m always lazy to mess with the …
I’ve been really working on my Palm Pre game lately. Today I implemented collecting coins!
I had a few issues where I added the player to an entity list instead of a coin entity so the player got updated multiple times and so on, (actually froze my computer a …
Some advertisment for my facebook page ;)
`Squareys on facebook <https://www.facebook.com/Squareys>`__
This post was imported from tumblr.
I spent last weekend with WebOS game development. Here’s a screenshot of what I got now (runs on the device aswell ;) )

This post was imported from tumblr.
I recently stared messing around with the simple sample app from the WebOS pdk a bit, trying to draw with vertex buffers and so on. I had a few problems, since the sample app used Open GL ES 2.0, which basically means you have to do everything yourself (Doesn …