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:
Woopsi Woopsi
Developer's note:
This release adds system-wide support for unicode (UTF-8). Virtually all of the new features are related to text storage, manipulation or display.
In addition to that, the FileRequester is now an official part of libwoopsi and there are dozens of fixes and improvements
Cardgame Library (source code) Cardgame Library (source code)
Free stuff is always great. Free stuff that helps in making more free stuff? Even better!
Over at our forums, Raphael released some code other devs could use to build their very card games
Daaa's animLib v4 mod Daaa's animLib v4 mod
Daaa's just released a new version of his animLib mod on our forums. This version, 0.2, now includes two more helpful functions: width() and height(). According to daaa, these new functions will help you "smoothly replace your images in your code
XT1-OS Source Code XT1-OS Source Code
It was because of Fate's twisted sense of humor, that Devun_06 from our forums released the source code for an almost finished XT1-OS. According to his post, he pulled out his PSP during the halfway point of a very popular TV program that stars Sarah Jessica Parker
GRRLIB GRRLIB
NoNameNo's C/C++ 2D/3D graphics development library for the Nintendo Wii, GRRLIB, has recently received a new update, bumping up the version of the app to 4.3.1. The latest release of the app is now compatible with the latest update of libpng, libogc and FreeType.
Developer's note:
GRRLIB is a C/C++ 2D/3D graphics library for Wii application developers
NeoGeo CDZ Emulator NeoGeo CDZ Emulator
NJ has updated his NeoGeo CDZ Emulator for PSP to version v0.1.9 Bugfix 2. NeoGeo CDZ Emulator for PSP is a port of NJis own NeoGeo CDZ Emulator for Windows. NJ has been working hard on this emulator these days. Information of the new version:
* 0.1.9 Bugfix 2
Please follow the following step when the emulator is not functioning correctly
Prokill Fake PSP Bricker Prokill Fake PSP Bricker
Note from the dev (Killerfeeshy):
PROKILL is an app for the PSP that pretends to install Custom Firmware but goes wrong then pretends to brick your PSP
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
LuaPlayer HM LuaPlayer HM
From homemister91:
Hey all.
Here is the last Beta. Please post any requests or bugs.
BTW the hook functions are still in progress.
There is the new MP3 source included. This is created from the SDK, Thx to all who work on the SDK
PSP Stackless 2.4.4 1 PSP Stackless 2.4.4 1
Last month, PSP homebrew developer carlosedp created a PSP port of the Stackless Python 2.4.4 programming code. Now, in case you're one of the guys who picked up on this earlier announcement, and were looking forward to more news from the author, we'll be updating today with some good news
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