You guys remember Grimfate126's Lua animation library, animLib? Daaa has released his own mod of Grimfate's original lib over on our PSP Development forums. First of all, both this mod and the original app lets homebrew devs create animations easily using spritesheets. Perfect for those who are just starting out on Lua coding.
Here are a few examples of what daaa has added/changed in this mod:
* No more distinction between spritesheets and multiple images animations, exept during creation of course. This allows you to have tables with a mix of the 2 kinds, and calling the exact same function on all items without caring anymore.
* Loops limitation and speed are set during construction, and not parameterized during blitting. This can be altered with setter methods on the object. So there is no more advancedBlit().
* Blit functions require a target, usually you'll do it on the 'screen' var but you may want to blit it on an image, so it's possible now.
* I removed garbage collection from the library, you'll have to call it when appropriate. This is so it's not called multiple times in a freeing loop for example.
* Images used in animations are buffered, so if you have many animations based on the same images, they won't be loaded as many times as you have animations, but will be shared amongst them. There are also some memory functions to allow you to prebuffer the images you'll need, and ask them to stay in memory even if no more animation uses them. This will allow you to create an animation based on them later, without loading. By default, they are shared but will be unloaded once no animation need them anymore.
* Animations don't start automatically, you'll have to call the start method.
This is the first release. As such, there are still a few bugs here and there. To report them, discuss this release on our PSP Development forums. Also, don't forget to read the extensive readme included in the download. You'll get a lot of answers there as it contains explanations for pretty much everything in this app.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
X-Flash source code X-Flash source code
X-Flash is a homebrew application that allows you to tweak your firmware. For example, the popular program lets you install custom fonts and pick alternate sound effects. Our last coverage was in mid-January on X-Flash v18k.
(By the way, X-Flash writes to your PSP's on-board flash memory
PSPLINK 0.9h PSPLINK 0.9h
TyRaNiD, one of my favorite developers, has just updated PSPLINK. In case you've been out for a while, PSPLINK is a great tool for PSP developers. It allows you to do a lot of stuff without going back to the PSP's XMB, or technically, VSH. And that in itself is a great boon for developers
LuaStation LuaStation
Homebrew development on the Sony PlayStation Portable is getting much easier thanks to developer gogy, who just updated his LuaStation to version 1.3 with around a dozen of improvements.
For those who haven't been following this nifty homebrew application, LuaStation allows users to program in Lua on the PSP to develop software for the handheld
TimeManager Final (Lib C) TimeManager Final (Lib C)
Remember the TimeManager version 0.1 developer's library that Yan2Yan released last month? We're letting the readers know that the developer's has recently unveiled this devkit's final build
Lua 3rd Person Camera Example Lua 3rd Person Camera Example
Homebrew developer blah has released a new build of his helpful demonstration for other Lua coders. Using an edited Lua Player (packaged) he has incorporated a "Gumlook.at" code to show how a 3rd Person Camera angle can be created using Lua.
This new version, v0
Snes9xTYL++ version 18 source code Snes9xTYL++ version 18 source code
If you're interested in taking homebrew emulation further, or if you just want a bunch of extra source codes you can learn from, then we've got a treat for you. Via DCEmu, we've learned that DaveX has released the source codes to some of the different versions of Snes9xTYL++, which you can download below
PSDeveloper PSDeveloper
PSDeveloper BETA is a Windows application that will allow you to develop for the PSP. This homebrew application works on both Windows Vista and Windows XP. Here's a list of features of TRStealthX' PSDeveloper BETA has:
Insert common, media, and net headers.
Insert callback routines.
Example codes of Hello World and Displaying an image to the PSP
libnds 20060719 Update - Source libnds 20060719 Update - Source from devkitPro today are libgba and libnds libraries updates, which brings more compatibility between the two and making coding for both platform easier. Macros from libgba have now been added to libnds and changes (most apparent of which are in the interrupt system) have been implemented on libgba
Lua Player Hm Lua Player Hm
For those of you who are having trouble getting homemister91's System Player 101 to work on your PlayStation Portable handheld running on older custom firmware, then you'll be happy to know that the developer has come out with a new Lua-based system browser which is customized for the 1.50 kernel and the 3.xx kernel
Comments on Daaa's animLib v4 mod:
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 Daaa's animLib v4 mod supports it