Showing only posts by Jonathan Hale. Show all posts.

Why WebOS?

Why would I want to develop for Palm Pre? Why for WebOS, which runs on about only seven different devices?

First of all, I own a Palm Pre and want to play games on it, which are decent and fun (and free of cost :P). And of those there are …

Live to learn

Just spent a whole hour on a stupid problem:

//... (Storeable is an interface)

          HashMap<String, Class<? extends Storeable>> types = new HashMap<String, Class<? extends Storeable>>();

          //... (object is an instance of a class that implements Storeable)

          types.add(object.getTag(), object.getClass());

          //...

Thought it was a problem with the Generics, but …

Posted on in tumblr. updated archived Tags: java derp

Guess

Some screenshots of my current project. Guess what it’s going to be? (Pretty obvious, I guess)

image0

Looks pretty cool, eh? I guess that shadow over there to the right is coincidence. But maybe wont be later on, who knows :)

image1

image2

I’ll keep you updated ;)

This post was imported from …

Posted on in tumblr. updated archived Tags: java rendering

About my last post

Now, you might remember (or not, since it has been quite a while since I posted) that I had a few projects running - The PI Mineshooter thingy, sadly abandoned, the Zombiehunt game, still there somewhere, VSGE, still there together with Zombiehunt - all in C++.

Now here I come posting a …

Posted on in tumblr. updated archived Tags: c++ java

« newer articles | page 20 | older articles »