Programming

Comment from today’s code.

Posted in Programming, Wezzle on September 24th, 2009 by kev – 1 Comment

// WARNING: the ctrl mask randomly subtracts 96 from the ascii
// of any character returned from getEventCharacter(). This is because
// LWJGL is fucked. We had a 30 min convo about this and decided
// to fuck the ctrl key. Alt is better.

Wezzle Collision Generator

Posted in Programming, Wezzle on March 13th, 2009 by kev – Be the first to comment

I have a fascination with programming languages. I have been reading up on many different ones trying to get a feel for them all. I enjoy learning about the different syntaxes and what the advantages are of the different paradigms. I find most of the languages offer really interesting concepts and benefits.
read more »

Performance still matters.

Posted in Programming on March 10th, 2009 by kev – Be the first to comment

With the abundance of computing power in processors today it is easy to fall into the trap of implementation without thought of performance. It is something I think all programmers do, myself especially.

read more »