PDA

View Full Version : PSPFramework 1.1



wraggster
November 3rd, 2007, 08:02
Heres the full release info:


http://pspframework.sourceforge. net


PSPFramework 1.0 is a framework for development games 2D with oslib using OOP.

Features:

Database System
Sprite
Animation Frame
Animation Sheet
Splash System
Loader
Resource Manager
Font

Team:
Robson Rufino
Kedny Cavalcanti
Thiago Palange
Ney Estrabelli

You need OSLib for use framework.


Thanks Brunni for great library.

Bugfixes:
load images psp the crash because it was always pressing in VRAM, add param location for load images in VRAM or RAM (OSL_IN_RAM or OSL_IN_VRAM).
Optimized the class of splash

Add:
param location on PSPFImage, you load image using this:
image = new PSPFImage(264, 123,OSL_IN_RAM, OSL_PF_5551, "myimage.png");
Collision method on PSPFGraphics, You can use on AnimationFrame, AnimationSheet, Sprite, how to use:

sprite->collidesWith(otherSprite );

if Have collision this return true.

New Installer avaiable here: http://downloads.sourceforge.net/pspframework/PSPFramework1.1.exe?use_mirror=osdn

The source for framework is avaiable on SVN:
https://pspframework.svn.sourceforge.net/svnroot/pspframework