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:
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
libwiisprite libwiisprite
Heads up, Wiibrewers! libwiisprite, the popular Wiibrew sprite library, has received a new update from its authors, Chaosteil and Feesh! This update receives the new reference pixel system, which allows you to rotate and scale a sprite around a specific point. Here's the changelog since v0.2.2:
0.3
GRRLib Wii Homebrew - Wiibrew - development library- GRRLIB download - Image 1Want to get into the world of Wiibrewing? You can start with nonameno's GRRLib, a development library that can get you started on your way to coding for the Wii, which you can view at the source link
Wire3D Wire3D - Wii homebrew developer antibyte has released verion 1.0 of Wire3D.A Wire stands for " Independent Wii 3D Rendering Engine' and is designed to develop games and apps for the Nintendo Wii. Its a 3D engine that was written in C++ and will help you create homebrew games and apps. This is a very cool tool for any developers interested in getting started on the Wii
Black Dev's Team IDE 2009 Black Dev's Team IDE 2009
Hello everyone,
I Darkside release with the second version of our program, Black Dev Team's FDI in 2009.
As a reminder, this program is to help beginners learn the language C on psp.
Here are the major novelties of this version:
- Added mode VLF and libg.
- Link to compilers.
- New design
Devkit PSP r4 DevkitPro have updated devkitPSP to release 4
TwinTail LDE - TTLDE - TwinTail LDE - TTLDE
Ema has released a new version of TwinTail LDE (TTLDE), version 1.7for the PSP. TwinTail LDE is a text editor written in Lua, and used to edit Lua scripts while inside of your PSP. Lua an easy to use scripting language for the PSP, allowing anyone to quickly program on the PSP. In version 1
Tinke Benito356 continues to work on his decompiler homebrew app for the DS
MS/G6 Official FatLibs MS/G6 Official FatLibs Let's play a little game of jeopardy. Ready?
This has been released by the M3/G6 Team recently. According to vavrious sources, this will enable all DS homebrew authors to have access to M3's/G6's filesystem. It comes with a sort of a FAT32 filesystem tutorial, as well as a "customized version" of MoonShell
LuaPlayerHM Homebrew coder homemister91 has released a new update for Lua Player HM
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