Showing only posts by Jonathan Hale. Show all posts.

Bluetooth and Python 3.3

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 …

Endianess

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 …

Progress on Ninjarun

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 …

Facebook

Some advertisment for my facebook page ;)

`Squareys on facebook <https://www.facebook.com/Squareys>`__

This post was imported from tumblr.

Posted on in tumblr. updated archived

Open GL ES 1.1 and 2.0

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 …

« newer articles | page 18 | older articles »