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:
NeoGeo CDZ Emulator NeoGeo CDZ Emulator
NJ has updated his NeoGeo CDZ Emulator for PSP to version v0.2.0. 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.2.0
Please follow the following step when the emulator is not functioning correctly
gLib2D gLib2D
Homebrew developer Geecko has published a new version of his gLib2D project, a simple, fast and lightweight 2D graphics library for aspiring homebrewers
Intrafont Sine Text Scroller - SRC Intrafont Sine Text Scroller - SRC
HI Guys,
Here's an Intrafont Sine Wave Text Scroller for programmers because I haven't
seen any other example code for it on PSP.
http://au.youtube.com/watch?v=msL52S-ZXBs
Based on code from Noobz Goofy Exploit demo (src provided by Fanjita).
Uses Intrafont by BenHur
FlashMod FlashMod
I've just received a message from Steven Mattera (aka IchigoKurosaki) of Orbis PSP Development stating that work has stopped on the highly anticipated release of FlashMod v3. Sadly, it seems that while he was trying to test a new write system for FlashMod, his PSP bit the big one and bricked
Raptor 3D Raptor 3D
Homebrew development is getting easier for newbies to get in; and I really mean it. At first, there wasn't even a toolchain to integrate everything. Then came the toolchain and it pretty much revolutionised homebrew development. This was the case with homebrew games.
Until about a month ago, there wasn't any easy way to make really good games
Dow! Dow!
February saw the first release of Dow!, which in itself is a peculiar name for a program meant to mean "Develop on the go!" But behind the name lay an impressive Lua homebrew development application, if you had a PSP Fat (a.k.a PSP-1000) of course. Sony PlayStation Portable homebrew coder bumuckl broke that barrier with Dow! version 0
In The Air Build 2060115 Source Code In The Air Build 2060115 Source Code
Lylatitude has updated his homebrew game for the PSP, In The Air, to Build 2060115. In The Air is a re-written plane shooting game, originally on Windows. You need to rotate your PSP 90 degrees to play. The source code is released too
World of Chaos Source Code World of Chaos Source Code
We've got some saddening news for the homebrew scene today. Thanks to a tip from Unkown, we just received word that Knight Legend, the developer of the homebrew game World of Chaos, has quit development on World of Chaos and is releasing the game's source code to the public
TwinTail LDE - TTLDE - TwinTail LDE - TTLDE
Ema has released a new version of TwinTail LDE (TTLDE), version 1.7for the PSP. TwinTail LDE is a text editor written in Lua, and used to edit Lua scripts while inside of your PSP. Lua an easy to use scripting language for the PSP, allowing anyone to quickly program on the PSP. In version 1
FontGen FontGen
Raphael's nostalgic recount of how the PMP Mod has
turned into what we now know as PMP Mod AVC, will
surely send loyal followers of this media application
tumbling down memory lane
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