Project Diary

Read Complete Research Material



Project diary



Project diary

I started work on a port of Quake to the device and have made a bit of progress. I'm just doing software rendering at the moment, which is then drawn to the screen using an OpenGL ES texture. That seems like a really ham-fisted way of doing it, but I couldn't find any docs or examples on the web which just gave access to a linear frame buffer of sorts.

The way I'm accessing OpenGL ES seems to bypass the windowing system and causes some flicker when the clock and battery level display at the top of the screen ...
Related Ads