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:
PSPHUGO PSPHUGO
Hi All,
For those who haven't seen previous version Hu-Go is a famous emulator of NEC PC Engine console, running on many system such as Linux and Windows. (see http://www.zeograd.com/ for details)
PSPHugo is a port on PSP of one latest version of Hu-Go.
This version of PSP-Hugo supports IRDA-Joystick box designed by my good friend Buzz
( see http://buzz
DS Basic DS Basic This download consists of the first version of DS Basic.From the famous creator of the customized firmware for the NDS, zzo38computer has brought us a new release entitled DS Basic v1.0. Like the title suggests, this is the first BASIC coder "loader" for the NDS. In its first stage, this loader will load any BASIC code that you have on your DS
Text Input Text Input
Source Code for Text Input v0.1
Virtual QWERTY Keyboard. This program is written in Lua and involves a rather simple method to input text, requiring only two keystrokes to enter a character. Arwin has created a similar program called p_sprint which is written in C
Taiko revision 11 Taiko revision 11
Taiko is an opensource NANDloader for Nintendo Wii channels but focused on the use with Wiiware/Virtual console channels. The NANDloader its a lil piece of code embedded in each channel and bootstrapped by the sysmenu when you click the "Start" button on the Wii.
Features:
* Nearly 100% compatibility with any channel
Pi Calc Source Code Pi Calc Source Code
Homebrew coders everywhere will be pleased to know that Art has released the source code for his Pi Calc application. For those who don't remember it, Pi Calc v1 was an application that counted Pi up to 30,000 digits
InFeCtuS Programmer InFeCtuS Programmer
Two new InFeCtuS related programs have been released recently. One is the new InFeCtuS Programmer and the other is the InFeCtuS Tool. For those who are unaware InFeCtuS, is a modchip that is supposedly the ultimate next-gen solution, as it can be used for all three next gen consoles
ScummVM DS ScummVM DS After a significant long period of time of laying dormant, the ScummVM team has released DS v0.9.1beta1 for this interpreter, that allows you to play Lucasarts' back catalog of point and click adventure games on modern computers, up for testing.
M3 and SD devices got a driver's update, so no need to worry about compatibility anymore
Text Coord finder Text Coord finder
Gutya from our forums has released a homebrew application to help developers whilst making homebrew games. This small, simple application allows you to see where to place your text on an image, useful when making a main navigation menu; where getting the text in exactly the right place takes up quite a bit of time
Introduction to Nintendo DS Programming Introduction to Nintendo DS Programming Jaeden Amero has updated his Introduction to Nintendo DS Programming which is a manual for all you wanna-be DS homebrew developers out there
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