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.
Similar Software:
LuaPlayerHM LuaPlayerHM
from homemister:
Hey All,
Here is the next version of LuaPlayerHM.
Thank you all who helped with the beta testing and contributed ideas.
Included in the download file is a Readme file, Eboot, And some demo scripts.
There will be a PDF file, That will contain all of the functions with examples
Intrafont Sine Text Scroller - SRC Intrafont Sine Text Scroller - SRC
HI Guys,
Here's an Intrafont Sine Wave Text Scroller for programmers because I haven't
seen any other example code for it on PSP.
http://au.youtube.com/watch?v=msL52S-ZXBs
Based on code from Noobz Goofy Exploit demo (src provided by Fanjita).
Uses Intrafont by BenHur
PSPLink PSPLink
TyRaNiD has once again updated PSPLink. In case you're not familiar with it, let me help you out.
PSPLINK is basically an application to aid you while making homebrew using C/C++. It's got a lot of nice features, which make it easy for you to debug your application without exiting it
be2003's Yeti3D PSP port be2003's Yeti3D PSP port
Homebrew coder be2003 has just announced the recent release of the PSP port of Yeti3D. In case you guys are wondering what this application is, Yeti3D is a 3D engine originally built by Derek Evans for the Game Boy Advance back in 2003.
Be2003 notes is that this version isn't dependent on SDL - it's a pure PSP port
LUA Player LUA Player
Shine has released a new version of Lua Player with Wi-Fi support, version 0.15. Lua is an easy to use scripting language to program games and applications on the fly (no compiling required.) Changes in this version include:
- Timer bug fixed (was bug in PSPSDK) [mrbrown]
- WLan socket support (based on PspPet's "WiFi Multi-Test
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
Cal3d Demo for PSP Cal3d Demo for PSP
Ginka has released his Cal3d Demo for PSP. This is a PSP port of the Cal3d, a skeletal based 3D character animation library written in C++ in a platform/graphic API-independent way. Ginka has made it possible to view the 3D models on the PSP. Currently he only tested this on a 1.50 PSP, and it worked fine. 2
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
PSPOSK Library Translated from the readme:But what is it?=> A library that allows you to integrate the keyboard sony in just a single line of code!