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:
myLCD myLCD
Okio from our forums has just updated myLCD. This tool is only for developers. If you don't understand a word of what I say, don't worry. You don't need to understand this unless you're a developer.
First the greek explanation. (Well, not greek actually. But to most of you, it will look greek ;-) )
myLCD is a Unicode Text Rendering Library
ONScripter ONScripter
ONScripter is an opensource cross-platform clone of the NScripter Visual Novel engine
PSP Netlib PSP Netlib
Netlib just gets better with every release. The homebrew by Youresam 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. You can read all about Netlib's already-in features here
Adventure Game Studio runtime for PSP Adventure Game Studio runtime for PSP
A new version of JJS' port of the Adventure Game Studio (AGS) runtime engine for the PlayStation Portable has been released. In case your wondering what AGS is all about, the emulator gives you an opportunity to play some good ole' point and click adventure games on your PSP.
Changelogs:
v3
PSPAtari Sony PlayStation Portable homebrew developer zx-81 has just released the final version of PSPAtari, his very own Atari 800/130/5200 emulator for the PSP, and we're here to get you up to speed on what's changed since the last version
Daaa's animLib v4 mod Daaa's animLib v4 mod
You guys remember Grimfate126's Lua animation library, animLib? Daaa has released his own mod of Grimfate's original lib over on our PSP Development forums. First of all, both this mod and the original app lets homebrew devs create animations easily using spritesheets. Perfect for those who are just starting out on Lua coding
Netlib Netlib
this is netlib v1.4. It features sending text messages (SMS) to a cell phone. (Its free for you, and cheap for them!) But seriously, it is free for you, but it acts like a normal text message for them
LuaPlayerHM7 RC1 Aside from picking up a new team member to work on the homebrew app LuaPlayerHM7, developer homemister (working in collaboration with PiCkDaT) has released a new iteration to this highly useful program for the PlayStation Portable
Revolution Engine Revolution Engine
Revolution Engine is the very First homebrew 3D Game Engine for Wii. It is directly based on GX without any GL wrapper or anything similar. Natively designed for the Wii, this engine is probably capable of generating the best homebrew graphics ever seen on this game console
Luaplayer Luaplayer
Glynnder has unvieled his InterfaceLua version of Luaplayer v0.17 today as his entry for the Summer Coding Competition. This is a complete Lowser (Lua Player file browser) replacement which adds a great new GUI, many improvements and brand new features you wouldn't expect to find in Lua Player
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