Design Archive
-
Scenegraphs are cool…
Posted on December 28, 2011 | No CommentsMany things are cool, like this screenshot of XCode for example… this is what happens when debugging iOS apps that use OpenGL, there’s a handy button to click that lets... -
Speeding over the icy wastelands of $insert_name_here
Posted on December 14, 2011 | No CommentsThere has been progress on my “fly endlessly down some sort of canyon” iPad thing. Quite a lot of this progress has been non-visual infrastructure code where I’ve taken hastily... -
OOh Crikey! Wot a lot of green!
Posted on November 13, 2011 | 1 CommentBack when I owned an ST (well, I still have it, but you know what I mean) one of my favourite demos was Ooh Crikey! Wot a Scorcher By The Lost... -
OpenGL ES 2.0 First Light
Posted on October 26, 2011 | No CommentsAfter a lot of chopping of code, rewriting bits and pieces and generally trying to turn a hacked mess into something more structured I have this… What you’re looking at... -
Debugging via telepathy
Posted on October 20, 2011 | No CommentsSo after creating a fun little iOS game using OpenGL ES 1.1 I decided the next thing I create should use ‘real’ 3D, rather than simply bashing OpenGL into managing... -
Linear Algebra, Analytic Geometry and other stuff you never saw the point of
Posted on September 22, 2011 | No CommentsThere will be a less predictable image in a future post, once I produce something worth looking at that makes sense to you. I’ve been spending the past few weeks... -
Open Source, Apple and application quality
Posted on November 7, 2010 | 1 CommentWhile trailing about the Internet, I came across this interesting section in a post about Apple and Android: If you’re a User Interface (UI) and User-Experience (UX) junkie like me,... -
Processing: Text printing
Posted on October 14, 2010 | No CommentsSince I’m currently playing with OpenGL, I’ve been looking at ways to display text on the screen. My idea is to create the letters from a 5×5 grid of rectangles... -
Android Notes: Full screen applications
Posted on January 31, 2010 | 1 CommentJust a quick note on how to make an Activity run full-screen. Simply insert this magic into the Activity’s OnCreate() super.onCreate(savedInstanceState); /* ... etc ... */ requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN ); /*... -
Android Notes: System overview
Posted on January 3, 2010 | No CommentsSo, you’ve got the SDK running, and have a strange confusion about just what exactly is going on. By now you’ve hopefully overcome the culture shock and a lack of...








