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:
3D Model Export Tools 3D Model Export Tools
Lumo has updated his 3db loader, used for 3d modelling on the PSP, to version (preview) 3
LuaPlayerHM (source code) LuaPlayerHM (source code)
Hey all,
I haven't been able to do much psp programing since starting university, so i have decided to release my source for LPHMv3. Also included is the source code for the lua core that LPHMv3 uses. This core is optimised alot for the psp.
I hope this helps out other developers.
Please support LuaPlayer Euphoria, and PGE
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
Graphical Vote Table Graphical Vote Table
Heads up to all developers out there. There's a new dev tool in town. HaxxBlaster has made a Graphical Vote Table for every developer's ease and satisfaction, most especially for Lua developers. In the QJ Forums he wrote:
This vote tabel i created, can be used in real time(the stand alone version) or be used in a Lua application
C/C++ Development Studio C/C++ Development Studio
-Maniac- has dropped by our PSP development forums to tell us about the release of the tool he coded for aspiring homebrew deveopers for PSP - C/C++ Development Studio. It's a PC-based development application designed specifically to help coders via enhanced devoloping GUI/environment
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
Firmware 2.5/6 Kernel mode access through VSH proo Firmware 2.5/6 Kernel mode access through VSH proo
0okm has just released the instructions using which developers can make kernel mode applications in Firmwares 2.5/6 VSH. In case anyone's wondering, we did have kernel mode access on those firmwares, but it could only be done using HitchHikr's exploit in the GTA game
LibGE LibGE
Here's the latest:
- The display of images is faster
- It can work the other on the screen
- Functions to display images with effects (brightness, radiosity ..
Chipmunk Physics Demo PSP Chipmunk Physics Demo PSP
Physics engines have always been amusing homebrew application to test the limits of any platform. This latest physics engine developed by MK2k takes a look at some of the innovative game physics that can take place on the PlayStation Portable handheld with the Chipmunk Physics Demo PSP
Netlib Netlib
Youresam from our forums has released v1.3 of Netlib homebrew development tool. Netlib is a library of functions which developers can use so that they dont have to re-type the code. They can simply call the functions from this library and it will do its work. Also in the newest version, youresam has added a really wacky function
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