ID3lib
ZXeno from our forums has released v0.9 of his ID3lib library for reading ID3 tags from MP3 files in C. This is very usefuil for developers coding some sort of media player or any other homebrew application with MP3 support. It has support for ID3v1 and ID3v2 (all versions should work)
IDE PSP 0.1.1
from darksidious77:
Hi all I present my new PC coded in C / C + + with QT.
As its name indicates it is an IDE.
Indeed it will allow you to create projects and manage them as well as for C / C + + / Ass enable compilation ^^^^.
For this you will need to install pspdev and indicate the program or simply is pspdev ^^^^
In The Air Build 2060112 Source Code
Lylatitude has emailed us his homebrew game for the PSP, In The Air, Build 2060112. In The Air is a re-written plane shooting game, originally on Windows. You need to rotate your PSP 90 degrees to play. The source code is released too. Message from the author:
In The Air (ITA). It is a shooting game
In The Air Build 2060115 Source Code
Lylatitude has updated his homebrew game for the PSP, In The Air, to Build 2060115. In The Air is a re-written plane shooting game, originally on Windows. You need to rotate your PSP 90 degrees to play. The source code is released too
InFeCtuS Programmer
The team of homebrew developers behind the highly versatile InFeCtuS modchip has just released a new build for the application InFeCtuS Programmer, bumping it up to version 0.0.3.9. The team said that this is going to be the final build for the program.
According to the coders, v0.0.3
InFeCtuS Programmer
Two new InFeCtuS related programs have been released recently. One is the new InFeCtuS Programmer and the other is the InFeCtuS Tool. For those who are unaware InFeCtuS, is a modchip that is supposedly the ultimate next-gen solution, as it can be used for all three next gen consoles
Inflate / Deflate Library
Inflate/Deflate library by Henoheno, includes some of Ruka's work.
int do_compress_m2m (char *pIn,int nInSize,char *pOut,int nOutSize,int level); /* compression */
int do_decompress_m2m(char *pIn,int nInSize,char *pOut,int nOutSize); /* decompression(restoration) */
English readme translation by Tenchu included
intraFont
Originally developed by BenHure, intraFont is a PSP font library for homebrew developers. This release has been update by Geecko with a G-spec font rotation feature.
Changelog:
added rotation support. The angle is specified by a new argument to intraFontSetStyle, (float value in degrees)
intraFont
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