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:
fMSX fMSX- It’s been almost two years since fMSX PSP last saw an update, so today seems as good a day as any to release an updated version
ONScripter 2006.07.29 ONScripter 2006.07.29
ONScripter is a free software implementation of the video novel creation utility NScipter, under the GPL license. If you're not familiar with NScripter, it's an engine created by Naoki Takahasi, that is used to create visual novels or interactive fiction. Usually anime-style art is used to depict the characters and to tell the story
Spritemanager Spritemanager
Spritemanager is a class designed to be an easy to use manager for libwiisprite that allow to directly create and handle sprites with images, images sequence or text inside
PSPGL Modified PSPGL Modified
neheBack in May, developer Edorul released Nehe Tutorials 1 to 10 modified to compile with PSPGL. He decided to continue with the portage and unleashed Nehe tutorials 11 to 20. But don't expect to see tutorials 13, 14, and 15 as they require a whole new font system
ASCII Art Maker ASCII Art Maker This is an ASCII Art Maker for Nintendo DS that I made for fun. Some people on my regular IRC channel liked it, so I thought I'd release it here, to hear what other people have to say. Written with devkitARM and PAlib. You can draw with whatever character you want, both upper and lower case
Antimass Antimass
Zilt from our forums has released version 0.1, what I would call a teaser, for his upcoming PSP homebrew Antimass 3d world client. Zilt has had to diable some of this 3D client's features in order to release this version so early, but plans on adding (or enabling) all of the features for the next release
REminiscence DS REminiscence DS Flashback DSYou're probably familiar with REminiscence, a rewrite of the engine used in the game, Flashback from Delphine Software. Thanks to Sektor, we have a DS port of this engine already, which was originally coded by Gregory Montoir.Anyway, we got word that v0.2 is now out, and here are the things that you should expect from it:v0
PSPXTI PSPXTI
Hi all,
For those who haven't seen previous versions, XTiger is a unix emulator (under X Window) of a TI-92 calculator (Texas instruments).
It was originally written by Jonas Minnberg and was closed source.
Jonas Minnberg has not worked on XTiger for quite a while and he gave Misha Nasledov the code and permission to GPL it
Q2Rev Q2Rev
A port of id Software's Quake II for the Nintendo Wii, straight from the source code at ftp://ftp.idsoftware.com/idstuff/source/quake2.zip
This is only a proof-of-concept release, nothing official. It's being actively developed; expect heavy changes before the final release
Lua for Wii Lua for Wii
Lua is a powerful scripting language, used by a lot of programmers because its fast, small, and powerful. It's a popular language in the PSP homebrew scene, and was also used to make the GUI for World of Warcraft. Now, Wiibrewers also get the chance to code in Lua.
This release is called Lua for Wii, and comes from homebrew developer Feesh!
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