News

intraFont v0.31 (PSP misc)

intraFont is a bitmap font library for PSP using the PSP’s internal font (firmware pgf files).

Release notes:

With this update it’s possible to print a string with characters that are stored in different font files. I.e. you can mix latin, japanese, chinese, korean and symbol characters as you like. This is done by setting an alternative font with intraFontSetAltFont(). The alternative font is used in case the main font does not contain a certain glyph. (If you want to mix more than two fonts: you can set another alternative font for the alternative font and so on…)

intraFont 0.31 is also smaller than previous versions: libccc (the character code conversion library used by intraFont) is now able to decompress and use the firmwares own character code conversion tables. Decompression is done with the help of libLZR 0.11, which was released yesterday.

Finally, intraFont 0.31 fixes a bug in intraFontMeasureTextUCS2( ) that was introduced in version 0.30.

By · 0 comments
Nanodesktop v0.3.7 (PSP misc)

Nanodesktop is a library for the development of simple applications under embedded platforms, as the Sony Playstation Portable (TM).

The Nanodesktop library is totally written in C for maximum performance. If you have a platform where you cannot run traditional windows environments, as X-Window (TM), you can try Nanodesktop library.

Changes:

a) Support for Python language
b) Support for PSP serial port
c) A faster Phoenix graphical system

By · 0 comments
Asterz v1.2 (PSP Game)

Asterz is a shoot-em-up space game partly inspired by the classic hit game “Asteroids”, originally released in 1979 by Atari.

As you begin to start playing Asterz you’ll find that this game primarily involves:

#1 – Dodge the incoming asteroids and enemy ships.
#2 – Destroy the incoming asteroids and enemy ships.
#3 – Pick up the dropped powerups to increase your ammo or give your ship an extra boost.
and #4 – Don’t die!

Changes:

– Spring Neoflash Competition Version
– New fast shooter powerup added
– New asteroid that breaks into pieces
– Message background looks more pleasant
– Arcade mode is no longer an unlockable
– Complete controls overhaul
– Lives added instead of just health
– Various subtle changes

By · 0 comments