News

CQuake (08-07-2008) (NDS Game Port)

A port of id softwares Quake 1 to the Nintendo DS. The main goal of this project is to drastically reduce the memory requiremments needed to play quake on the DS.

Discussion: http://forum.gbadev.org/viewtopic.php?t=15668

Changes:

added sprite rendering
fixed shaky weapon model
fixed some crashes on loading save games and on finales
added double tap support for the touch screen – it is a bindable key named “dstap”. double tapping the screen when selecting a key in the controls menu can be used for binding it to a command.
the entity light levels should be more accurate now.

http://code.google.com/p/cquake/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
Basilisk II (08-07-2008) (MacOS emu for PSP)

Basilisk II is an Open Source 68k Macintosh emulator.

Release notes:

Here’s test6. This one has the minor cleanup of the audio… should sound better for apps that do distinct clips instead of streaming. Major change – I got tired of looking for what was wrong with 4 bit video, so I did a hack – I convert the four bit video into 8 bit and then use the 8 bit code. Works fine. One thing this tells me – the Mac is drawing the four bit correctly, so the problem is with the GU_PSM_T4 handling. I can’t spot the problem… I’ll leave it for another time. This at least makes it where you can read the damn display so initial installs and four bit games should be usable now.

Thanks to http://www.dcemu.co.uk for the news.

http://forums.ps2dev.org/viewtopic.php?t=3741&start=270

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
G-Bios (24-06-2008) (Android misc)

The G-Bios project aims at designing and developing a general architecture of bootloader/BIOS for Android and other embedded Linux.

Features:

1. Seperated into two parts: top half and bottom half.
2. Video BIOS Integerated.
3. Friendly user interface.
4. Auto-decting image file type and auto-burning intelligently.
5. etc.

http://code.google.com/p/g-bios/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
JJIL (26-06-2008) (J2ME Application)

JJIL is a Java image processing library. It includes an image processing architecture and over 60 routines for various image processing tasks.

JJIL is particularly targeted towards mobile applications. It includes interfaces so images can be converted to and from native formats for J2ME, Android, and J2SE.

JJIL includes some sample applications for face detection and EAN-13 (including UPC) barcode reading. The barcode reader requires high resolution images (currently beyond a typical cameraphone, but perhaps not Android) but the face detection code works well with any cameraphone. It can isolate any reasonable frontal view of a face in a few seconds.

http://code.google.com/p/jjil/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments