You guys remember Grimfate126's Lua animation library, animLib? Daaa has released his own mod of Grimfate's original lib over on our PSP Development forums. First of all, both this mod and the original app lets homebrew devs create animations easily using spritesheets. Perfect for those who are just starting out on Lua coding.
Here are a few examples of what daaa has added/changed in this mod:
* No more distinction between spritesheets and multiple images animations, exept during creation of course. This allows you to have tables with a mix of the 2 kinds, and calling the exact same function on all items without caring anymore.
* Loops limitation and speed are set during construction, and not parameterized during blitting. This can be altered with setter methods on the object. So there is no more advancedBlit().
* Blit functions require a target, usually you'll do it on the 'screen' var but you may want to blit it on an image, so it's possible now.
* I removed garbage collection from the library, you'll have to call it when appropriate. This is so it's not called multiple times in a freeing loop for example.
* Images used in animations are buffered, so if you have many animations based on the same images, they won't be loaded as many times as you have animations, but will be shared amongst them. There are also some memory functions to allow you to prebuffer the images you'll need, and ask them to stay in memory even if no more animation uses them. This will allow you to create an animation based on them later, without loading. By default, they are shared but will be unloaded once no animation need them anymore.
* Animations don't start automatically, you'll have to call the start method.
This is the first release. As such, there are still a few bugs here and there. To report them, discuss this release on our PSP Development forums. Also, don't forget to read the extensive readme included in the download. You'll get a lot of answers there as it contains explanations for pretty much everything in this app.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
PSPMSX PSPMSX
fMSX is a famous emulator of the MSX, MSX2,
and MSX2+ 8bit home computers.
What's new in version 1.5
Inflate / Deflate Library 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
PMP Mod and Muxer PMP Mod and Muxer
Source code for developers to peek at!
Here's whats new in this version:
* The color space conversion is now done with the GU (inspiration taken from the standard JiniCho's PMP 0.0.6). Speed increase of about 4fps. Quality also slightly increase (due to chroma interpolation)
PSP Car Remote Source Code The Lua source code used for the car shown at CES 2006 which is remote controlled by a PSP
Cal3d Demo for PSP Cal3d Demo for PSP
Ginka has released his Cal3d Demo for PSP. This is a PSP port of the Cal3d, a skeletal based 3D character animation library written in C++ in a platform/graphic API-independent way. Ginka has made it possible to view the 3D models on the PSP. Currently he only tested this on a 1.50 PSP, and it worked fine. 2
FontGen FontGen
Raphael's nostalgic recount of how the PMP Mod has
turned into what we now know as PMP Mod AVC, will
surely send loyal followers of this media application
tumbling down memory lane
sfxMixerTT-PSP sfxMixerTT-PSP
Homebrew programmer Ville Helin (one of the guys behind the Wright Flight homebrew) has just released a developer tool we imagine fellow coders will find to be handy. It's the sfxMixerTT-PSP, an SFX mixer that homebrew coders can simply load into their current projects to help ease up their coding experience.
This current version (1
Python-PSP Budding programmers who want to try their hand out on a language which a bit more readable than most can check out the PlayStation version of the Python programming language entitled "Python-PSP"
PSP Dialogs library PSP Dialogs library
PSP Homebrew Developer tommydanger - author of the original DevHook firmware installer and IceTea - has released a functions library for homebrew development. The library enables the unit to trigger several of the PSP's built-in dialogs with just one function.
The archive also provides a sample program for reference
Comments on Daaa's animLib v4 mod:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.
Please, select device to check if Daaa's animLib v4 mod supports it