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:
Monkey 64 Source Code Monkey 64 Source Code
PSMonkey has just released the source code for his N64 emulator. Hopefully this will help devs move one stop closer to getting a fully working N64 emulator on the PSP, but it seems as if PSMonkey released this just to disprove naysayers of his operation
A_Engine_lua pre-Alpha A_Engine_lua pre-Alpha
For those who are about to enter the wonderful world of coding homebrews, coder a_noob has just released a new programming language engine known as A_Engine_lua. Take note that this is not a modification of Lua Player
LTE 3D Engine SDK LTE 3D Engine SDK LTE Studios has has rolled out the latest update of 3D Engine SDK. Developed by SiberianSTAR and Ky@, this homebrew application features:
* 3D Engine
* Mixed 2D + 3D
* Powerful and customizable 2D GUI
* Character animation system
* Particle effects
* Billboards
* Dynamic Lights
* Powerful 2D with alpha, blend, etc.
PMP Mod Jonny has updated his ful-resolution media player, PMP Mod for PSP again! The PSP Muxer has also been updated to the same version
funcLib funcLib
Developers Sleepy and Flatmush dropped us a line earlier to announce the release of funcLib v1.0.1. As a recap for the first-time readers, this homebrew is actually a PC-based function library.
Sleepy and Flatmush created this kit specifically to help their fellow
developers program homebrews faster and more efficiently for the PSP
Danzeff + OSLib Danzeff + OSLib
Many homebrew devs have benefited from Danzel's Danzeff OSK, incorporating the virtual keyboard program into their own applications. Coder sakya recently released an updated version of the original, adding support for devs who use OSLib functions
fMSX fMSX- It’s been almost two years since fMSX PSP last saw an update, so today seems as good a day as any to release an updated version
PeeJay At last, SUN lets Peejay's rays shine upon us as they have now opened it up for download! It took a good month and a half, but hey, they finally did it! And dickydick1969 must be helluva proud! Of course, you guys must have done a good job as well, persuading SUN to allow this release
Wario Ware Minigame dev kit 1.0 Wario Ware Minigame dev kit 1.0
This development kit is basically an emulator for creating minigames for his upcoming Wario Ware homebrew game release. The dev kit includes a detailed redme on how to create a mini game for Wario Ware using lua coding.
Youresam made a few notes for this release:
* I can reject a game created if I do not want it in the release
Comments on Lua Animation Lib:
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 Lua Animation Lib supports it