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:
GTA Homebrew Development Package GTA Homebrew Development Package
Fanjita has created a package for all developers who wish to create applications and games for 2.01+ firmwares. The file contains the expanded source for the GTA Tetris binary, along with instructions and information on how to adapt it to other applications
ObjLoader Source Code ObjLoader Source Code
from spimort:
Hello all, I provides the source code for my. Obj loader (3D model). The code is not optimal in depth (in part for lack of time) but I think it's a good start. I will try to continue to optimize it and you know
In The Air Build 2060112 Source Code In The Air Build 2060112 Source Code
Lylatitude has emailed us his homebrew game for the PSP, In The Air, Build 2060112. 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. Message from the author:
In The Air (ITA). It is a shooting game
LuaDevKit LuaDevKit
Glynnder's released v0.2 (Now a Beta!) of the LuaDevKit, adding some more functionality to this helpful development app. For those who haven't heard of LDK, this app can help experienced coders in making their own programs and games in the Lua format by letting them click and add common commands
Netlib Netlib
youresam from our forums has just updated netlib. It's a library of functions which developers can use so that they don't have to re-type the code. They can simply call the functions from this library and it will do its work. And in the newest version, youresam has added a really wacky function. You can make phone-calls! Yep, you read that right
PSPMO5 PSPMO5
Hi All,
For those who haven't seen previous release, DCMO5 is one of the best emulator of the Thomson MO5 home computer running on many systems such as MacOS, Windows and Unix. It has been written by Daniel Coulom (see http://dcmo5.free.fr/ for further details).
PSPMO5 is a port on PSP of the version 11 of DCMO5
CPS1PSP/CPS2PSP/MVSPSP/NCDZPSP CPS1PSP/CPS2PSP/MVSPSP/NCDZPSP
Those who love using emulators on their Sony PlayStation Portable have definitely a lot to look forward to today. Homebrew coder NJ has just released new builds for his projects CPS1PSP, CPS2PSP, MVSPSP, and NCDZPSP. This brings all the emulators up to version 2.3.1
The Naked PSP by TyRaNiD The Naked PSP by TyRaNiD
TyRaNiD had earlier announced with the release of PSPLINK 1.1 that he would be giving a seminar regarding PSP development at Assembly 2006 held in Helsinki, Finland. Basically, Assembly is a sort of a convention/lan-party/demo party held for programmers and hackers
Lua Adhoc lrx Module Lua Adhoc lrx Module
be2003 has just released Lua-Adhoc lrx module. This library will allow all you Lua coders to have ad-hoc functionality in your games. Sounds nice doesn't it?
Here's what the author had to say:
"Well this is my second lua library and it is fully featured with two functions. There is alot more todo but this is a start
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