Progress on WebOS PDK Installation
Okay, yesterday I got the PDK installed properly and actually managed to get the device connected. Sadly, the simple sample wouldn’t compile for device though.
Today I found out that I …
Okay, yesterday I got the PDK installed properly and actually managed to get the device connected. Sadly, the simple sample wouldn’t compile for device though.
Today I found out that I …
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 …
As always there has been a lack of posts in the last few weeks.
Well, last post more or less promised a design for EpicRay. Sadly I have to say that design got me a little bored. And although I did get …
Once again, I am unhappy with the structure of one of my projects. That usually happens, if I am trying to implement a new feature and realize I actually don’t know how to fit …
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 …
You may have guessed it already: my project is a Raycasting gameengine. In Java. With editor and all it takes to make making games as simple as possible. So, you might know Raycasting Game Maker*, why would …
Some screenshots of my current project. Guess what it’s going to be? (Pretty obvious, I guess)
Looks pretty cool, eh? I guess that shadow over there to the right is coincidence. But maybe wont be later on …
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 to …