Posts
Search
Contact
Cookies
About
RSS


Android stopping crashing apps/services
Sometimes you can get yourself into a situation when updating android (usually missing permissions on google apps) where an application …

Lua and Foreign Function Interface (FFI) fun!
I've always had a soft spot for Lua and although I'm not actively using it in any projects at the …

Creating a simple Firefox add-in to check a Web application
For a while now I'd promised myself I'd take a look at the newer methods of implementing a Firefox extension …

LWJGL streaming sound with OpenAL
Streaming might not necessarily mean playing sound from an internet source, you could for example be creating it with an …

LWJGL and Javascript - taking it further
The idea of a powerful Java engine that can be used from Javascript, definitely has me intrigued especially as a …

LWJGL everywhere even from javascript...
Its rather useful to have a game "engine" that's directed from a language like JavaScript. Scripting languages have a number …