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:
SXLibrary This is a simple to use and add to any software you develop for the PSP device, it is also works well without any issue of any kind with BenHur's intraFont so here is the SXLibary that I mainly coded for myself
LTE 3D Engine Demo LTE 3D Engine Demo
This just in! A small team called LTE studios, comprising of some really accomplished developers had been working on a free 3D engine for the Sony PSP. And today's the big day! They've just released the first demo of their product, which they've been working very hard on
PSP SDK PSP SDK
The ultimate PSP development library
The PSP Software Development Kit (PSPSDK) is a collection of Open Source tools and libraries written for Sony's Playstation Portable (PSP) gaming console. It also includes documentation and other resources developers can use to write software for the PSP.
PSPSDK is distributed under a BSD-compatible license
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)
PSPInside PSPInside
The Hitmen have just released PSP Inside v0.9p. PSPInside is an advanced program that will allow disassembly of various parts of the PSP's programming including the ENTIRE memory
Oldschool Library (OSLib) Sprites Lib Oldschool Library (OSLib) Sprites Lib
Homebrew coder phosphorous has just submitted an entry for the ongoing NeoFlash Spring Coding Competition, with this particular application named the Oldschool Library (OSLib) Sprites Lib
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.
Source code for CPS2PSP CPS1PSP MVSPSP NCDZPSP 2.2 Source code for CPS2PSP CPS1PSP MVSPSP NCDZPSP 2.2
If you've loved the emulator collection NJ released yesterday, then today would be like an early Christmas for you. QJ.NET Forum poster StoneCut managed to spot a new update to not one, not two, but all of the emulators previously released by the homebrew developer
gLib2D gLib2D
PSP coder Geecko is back in the homebrew scene to release his latest project, gLib2D, a lightweight 2D graphics library for the PSP. Some of its features include basic objects display, JPEG and PNG support, alpha blending and texture cropping, third coordinate support and intraFont compatibility, among others
LuaPlayer HM LuaPlayer HM
From homemister91:
Hey all.
Here is the last Beta. Please post any requests or bugs.
BTW the hook functions are still in progress.
There is the new MP3 source included. This is created from the SDK, Thx to all who work on the SDK
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