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:
Faintless Maker Faintless Maker
Project description:
Faintless Maker is a Rpg Style game engine that allow you to build your PSP games directly from your PSP! Just like Rpg Maker for the pc!
It's easy and fast, and you don't need to learn any programming lenguage!
Features:
Game:
-Scrolling,
-Collision,
-Pg animation
-Run
-Tleport whne touching map Bouds
sfxMixerTT-PSP sfxMixerTT-PSP
Homebrew programmer Ville Helin (one of the guys behind the Wright Flight homebrew) has just released a developer tool we imagine fellow coders will find to be handy. It's the sfxMixerTT-PSP, an SFX mixer that homebrew coders can simply load into their current projects to help ease up their coding experience.
This current version (1
OpenBOR OpenBOR
OpenBOR v3.0 Build 2195
changelog:
* If only 1 pak file exists we skip menu.
* Increased size of sectors from 4096 to 8192. This should now allows pak files with long headers to load up. (Perhaps people are using directory/file names longer than 7 characters or really deep paths?!?)
* fixed: allow select was broken for player selection
Phoenix Game Engine (Lua) 0.01 Phoenix Game Engine (Lua) 0.01
Phoenix Game Engine (PGE) is a fully featured engine for game development written by InsertWittyName and MK2k.
PGE Lua is the Lua wrapper of that engine.
Features:
pge.controls - Handling button and analog input.
pge.dir - Directory access and file system operations that deal with directories.
pge
LuaPlayer HM Source 5 release LuaPlayer HM Source 5 release
If room for improvement is indeed the largest room in the world, then Homemister and PiCkDaT have succeeded in creating more room. The reason? The two homebrew developers have improved upon the previous version of LuaPlayer HM to bring you LuaPlayer HM v6
CPS1PSP/CPS2PSP/MVSPSP source (1.51.1) CPS1PSP/CPS2PSP/MVSPSP source (1.51.1)
Elvis hasn't left the building yet, the fat lady hasn't sung either, and NJ's apparently not through with MVSPSP, or so Jungle-Cat tells us. Although this is just a minor bug fix, and it only gets bumped up to v1.51, and he still says it's a "final release"; the dev is still quite concerned for his creation
LTE 3D Engine SDK 1.0 LTE 3D Engine SDK 1.0
Just a few days ago, LTE Studios had taken the wraps off their custom made free 3D engine for homebrew developers. Although it was just a demo, it did show a lot of promise.
Today, we've just realised that they've released the first version of their SDK, and the corresponding documentation
PSP C++ IDE PSP C++ IDE
Resident PSP homebrew coder pspballer07 passed by the QJ.Net Forum earlier to announce the release of a new developer's tool the coders here may fancy. It's the PSP C++ IDE v0.8 homebrew application, a PC-based Development Environment designed to help make coding in C++ easier
PSPLink 0.9j PSPLink 0.9j
PSPLINK is an attempt at producing a loader/development application to eliminate the need to go back to the VSH every time. It provides a shell over the SIO, USB or WIFI connection from which you can load new applications, dump useful system information and then reset the PSP to start another application
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