Hi to all. Its been some time since ive updated animlib. Just yesterday, i took a look at it, and found some massive flaws. So here is animLib 4.5, with some major changes and performance gains.
Change Log:
Fixed -
* Found a major flaw in sprite sheet animation blitting. The problem was, the lib calculated the width to height ratio in the blit function, when it should have been done in the loading function. It works both ways, but doing it the the blitting function meant that the lib was dividing (with is a costly calculation) every frame unnecessarily. I fixed it so that it calculates only once, in the loading function. This should provide a MASSIVE speed-up when using sprite sheets.
Changed -
* Ive gotten rid of advanceBlit, since it was just taking up stack memory, and added the loop functionality in the normal blit funntion. The new blit functions is like this:
Code:
function ANIM:blit(x, y, delay, numLoops)
so just add the number of loops at the end. If the space is left blank, then the animation will continue forever.
* The anim loading function has also been modified. Just the order of arguments, since the order in v4 was rather peculiar. The loading function is now:
Code:
function ANIM.new(header, extension, frames, where)
Thats about all in this version. I recommend everyone uses this one, since i will speed up sprite sheets a lot.
Post all comments/flames/love-letters/hate-mail/bugs here.
Have fun.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
SGE Library r030809 SGE Library r030809
Homebrew developer SamuraiX has released the SGE Library r030809 for the PSP. For those not familiar with it, SGE is a graphic library for the Simple DirectMedia Layer (SDL). Essentially a low level API, the preset graphics functions found in this release should make coding homebrew easier
LUA TwinTail LDE LUA TwinTail LDE
Ema has released a new version of TwinTail LDE, version 2.1. TwinTail LDE is a text editor written in Lua, and used to edit Lua scripts while inside of your PSP. This homebrew is separated in Japanese and English version. Here is the changelog:
2.0 -> 2
Commander Keen PSP Commander Keen PSP
McZonk from Team Emergency Exit has released his port of Commander Keen for PSP, version 0.9. Commander Keen PSP is a ported version of Katyis CloneKeen v8.3, which is an open-source remake of the good old 2D Commander Keen by id Software back in 1990. McZonk started on his own at the beginning, but then noticed Katyis work
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
PSPHUGO PSPHUGO
Hu-Go is a famous emulator of NEC PC Engine console, running on many system such as Linux and Windows.
PSPHugo is a port on PSP of one latest version of Hu-Go.
Changelog:
- Audio Track support for CD-ROM
(support only MP3 format with stereo 16 bits samples
at 22k or 44k rate)
- CD-ROM TOC file format support
Daedalus Pre R5 Daedalus Pre R5
CoderX was kind enough to tip us about StrmnNrmn's new compiled Daedalus source code done by PSdonkey. He has compiled all the updated source code by StrmnNrmn as he had been getting a lot of messages from people who wanted to try them out but couldn't because - you guessed right - they couldn't compile the source code on their own
Raptor 3D Raptor 3D
Raptor 3D is a homebrew 3D engine for the PSP. It's a 3D graphics tool for people who want to develop their own homebrew games. Remember this is at the alpha stage, and there might be bugs, but Kojima's been pretty quick with updating previous versions
Lua Compiler Lua Compiler
melterx12 from our forums has released a new program today to help Lua coders get to grips with the language and compile ua code for running on a PSP. Some of you may be thinking that you don't need a compiler for Lua code, you can simply write it in notepad and save the Luascripts as .Lua files
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"
Comments on AnimLib:
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 AnimLib supports it