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:
Graphical Vote Table (Bugfix) Graphical Vote Table (Bugfix)
It wasn't so long ago that we featured HaxXBlaster's Graphical Vote Table (that non-devs could turn into a Magic 8-Ball) here at QJ. Lua developers have warmly received his work and has given their support and opinion through its release thread over at the forums. Which by the way has been very busy since the application's release
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
Non-Module LuaPlayer Non-Module LuaPlayer
Youresam from our forums have been trying to get someone to compile LuaPlayer v0.16. Finding no one, he did all the work himself. But in the process, youresam realized it would be a whole lot better to compile v0.20 instead.
Since v0.18 included module loading, 2.00+ users are no longer able to use LuaPlayer
LUA Player Plus r142 Homebrew coders' NaNnI & Rinnegatamante has released a new version of LUA Player Plus, a mod of the original LUA Player Euphoria and LUA Player HM7 made by Zack and HomeMister for Playstation Portable
Netlib Netlib
Youresam from our forums has released a bugfix to his Netlib homebrew library for the PSP. Netlib started out as a library of functions so PSP developers don't have to re-type the code. Then it added phone-dialling feature, then email support and then text messaging! It's so easy to use too
Netlib Netlib
Youresam from our forums has released v1.3 of Netlib homebrew development tool. Netlib is a library of functions which developers can use so that they dont have to re-type the code. They can simply call the functions from this library and it will do its work. Also in the newest version, youresam has added a really wacky function
Stackless Python PSP 2.5.2 R1 Stackless Python PSP 2.5.2 R1
Here's a bit of good news for the aspiring PSP developer out there. carlosedp has announced that a new build of the Stackless Python PSP programming language is now available for use within the homebrew community.
The version was build using the latest version of the original Stackless Python Code, currently at v 2.5
Non-Module LuaPlayer Non-Module LuaPlayer
Youresam from our forums have been trying to get someone to compile LuaPlayer v0.16. Finding no one, he did all the work himself. But in the process, youresam realized it would be a whole lot better to compile v0.20 instead.
Since v0.18 included module loading, 2.00+ users are no longer able to use LuaPlayer
PMP Muxer PMP Muxer
Jonny has now released v1.01 of PMP Mod which supports full resolution AVI files. At the moment, Jonny is using a custom video "container" so you will have to use the accompanying muxer to make your media files compatible.
* I wasn't able to crash it in the last 10 days, it should be stable and reasonably fast
gLib2D gLib2D
PSP coder Geecko is back in the homebrew scene to release his latest project, gLib2D, a lightweight 2D graphics library for the PSP. Some of its features include basic objects display, JPEG and PNG support, alpha blending and texture cropping, third coordinate support and intraFont compatibility, among others
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