It's two nights before Christmas and all through the house not a homebrew developer was stirring except Grimfate126. The generous guy has released the fourth installment of his Lua AnimationLib as his present for all Lua developers. This app helps users understand the ins and outs of Lua animations for the PSP.
According to Grimfate126 Lua Animation Lib v4 not only supports ALL spite sheets, he swears "Loading sprite sheets with this version is SOOOOOOOOO easy. I cannot emphasize this enough. Actually i can. ITS REALLLLY EASY!"
Aside from being easy it also has the following new functions:
* function SS.new(header, extension, nWidth, nHeight, where) -- loads a new animation, REALLY EASY.
* function SS:blit(x, y, delay) -- blits a current sprite sheet. EVEN EASIER.
* function SS:advancedBlit(x, y, delay, numLoops) -- same as SS:blit() but adds a loop functionality
* function SS:pause() -- pauses the sprite sheet
* function SS:resume() -- resumes the sprite sheet
* function SS:reset() -- resets the sprite sheet
* function SS:free() -- frees the sprite sheet from memory
* function SS:resetLoop() -- resets loop number, you should call this every time after you use the SS:advancedBLit() function
* function SS:getTime() -- returns the current timer time
* function SS:getRow() -- returns the current row of the animation (not really needed)
* function SS:getColumn() -- returns the current column of the animation (not really needed)
* function SS:getLoops() -- returns the number of lops the animation has made. (only if you're using the advancedBLit function)
Here's a couple of important notes from the enthusiastic developer. When loading a sprite sheet, you have to call it like this:
blah = SS.new(whatever)
and NOT:
blah = ANIM.new(whatever)
He recommends reading the tutorial in the readme file before using this lib. We couldn't have said it better.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
PSP Hardware Alarm Interface I PSP Hardware Alarm Interface I
This download is for the source code of Mr350's recently released PSP Hardware Alarm Interface I v1.3.359 homebrew application. Be sure to remember this note from the developer before making the download:
"This is still an ON-GOING project and still supported by me (Mr305)
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
Danzeff OSK Source Danzeff OSK Source
Danzel, the author of AFKIM, has released the stand-alone source code of the new OSK (On-Screen Keyboard) in his 2.0 version of AFKIM. Other developers in the scene can now reuse the source code to embed this OSK into their own homebrews to offer a better way of character input
LuaPlayerHM Homebrew coder homemister91 has released a new update for Lua Player HM
Phoenix Game Engine (Lua) 0.02 Phoenix Game Engine (Lua) 0.02
Version 0.02 has been released.
Changelog:
Added pge.exit() to explicitely exit at any time.
Fixed pge.texture.draw() to only allow the correct number of parameters to be passed (reported by #Gianni#).
Added pge.texture.swizzle() to swizzle a texture.
Added pge.texture.unswizzle() to unswizzle a texture
Cross Platform GUI Toolkit for SDL Cross Platform GUI Toolkit for SDL
There have been so many great programs and tools coming out of our PSP Development forum that it's been hard to keep up with all the releases. From ports, to visual demos, to games, to applications, to DevKits - there is so much going on around here! The latest tool comes from LostJared and is a simple window'd toolkit for 1