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:
3D Model Export by Lumo 3D Model Export by Lumo
[Lumo] has released a few more tools in addition to his MeshLoader that will help when exporting 3D models for viewing on your PSP. An Alias MAYA 7.0 Export Script to SMSH (Simple Mesh) written in MEL, also his SMSH to 3db converter, including the required cygwin1
Box2D for the Wii Box2D for the Wii
Here's good news for Wiibrew devs out there. Introducing Box2D for the Wii! Box2D is an engine primarily designed for emulating 2D physics. I was recently also used in the creation of WiiPhysics, a new physics playground program from Beardface. To use the program, copy the contents of libbox2d to your libogc/ folder
WireWorld DS WireWorld DS Nintendo DS homebrew developer asiekierka has released a new build for WireWorld, a DS version of the classic cellular automation program that simulates logic gates.
Programmers, in particular, might take an interest in this application. WireWorld basically reconstructs the logic pattern of commands such as AND, OR, NOT, NAND, and so on
Woopsi Woopsi Ant512's handy GUI library for creating homebrew user interfaces for the Nintendo DS has received a new update today, bringing the version of Woopsi to 0.99.6.Developer's note:
A
Other than a few minor enhancements to the Debug class, this release just contains bug fixes.
There are a couple of points to note about this release
PSPuht PSPuht
PSPuht is a library that lets homebrew developers add head- and hand-tracking features to their homebrew projects.
What's new:
This version is greater flexible and give better performances with
a tracking more tolerant to noise/parasites.
- A single allocation is necessary to initialize the buffers
Woopsi Woopsi Developer's note:
A
This version adds support for a "drop" event to enable drag-and-drop functionality. The ScrollingPanel has been refactored to fix the bugs spotted by DoZ. It includes a new ColourPicker gadget supplied by Mark Adamson that allows a colour to be chosen by manipulating RGB sliders
NDS Managedbuilder NDS Managedbuilder Sniper doesn't let a great season like summer to stop him from doing something what he loves which is brewing NDS applications.nds He just released NDS Managedbuilder 1.1.2, the latest update on his application which is an Eclipse CDT plugin for C/C++ development especially for the NDS target system. The new features in v1.1
SXLibrary SXLibrary
from xart:
Still working on v0.2, but have uploaded what stage it is at the moment.
Mouse under development.
GUI & Transitions just not ready to be ported fully to this sxlib.
SOLO (sxDrm functions) now ported to the sxlib.
Few bugs and code tidy and ordering done to the lib
Lua Devkit Lua Devkit
Among all the homebrew news which I personally report, my favorite would be updates regarding development tools and the like. It's great to see people making tools which other people can use to save time and make better homebrew. gosugenji from our forums would be one such example.
He has just released a Lua Devkit for budding Lua developers
Win2DS Win2DS Taking a page off Sintax's original release of Win2DS homebrew application, MonkeyNZ has released an unofficial version of Win2DS v0.8a which adds several new features to enhance the previous version.
The latest release of Win2DS has both the client and server side updated with new code to enhance the speed and quality of the service
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