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:
PSPFramework 1.0 PSPFramework 1.0
With the recent number of coding competitions, homebrew programmers have slowly been carving out a niche in the homebrew scene for Sony's PlayStation Portable. In particular, the Old School Library (OSlib) Sprites Lib has become the mainstay framework on which coders have been basing their 2D games on for the PSP
CPS1PSP/CPS2PSP/MVSPSP/NCDZPSP CPS1PSP/CPS2PSP/MVSPSP/NCDZPSP
It looks like emulation fans have something nice in store for them today. NJ has released a new version of all of his emulators, with a couple of tweaks for each of the emulators that fans should find interesting
Raptor3D Raptor3D
Update: Just a day after the first alpha was released, Kojima has updated his homebrew 3D engine to incorporate a few new features.
Here's what he had to say:
"This version adds visualizers. Visualizers are a plugin based(I.e to create one you inherit the base visualizer class) and each surface has one
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 ..
-MANIAC-'s LUA IDE source codes -MANIAC-'s LUA IDE source codes
First, the good news. PSP homebrew developer -MANIAC- has announced that he's releasing the source codes for his LUA IDE. The source code released is based on the application's April 8, 2007 release, which implies that it's for version 0.8.
Second, the bad news
3D GDS 3D GDS
Saulotmalo, the creator of PSP Homebrew game Convey, recently released another application which he hopes will take home the prize in NeoFlash's Spring Coding Competition. This time, it's a library known as 3D GDS
AtariVM Version 0.2 AtariVM Version 0.2
Lostjared has updated his AtariVM to version 0.2 Alpha. This is a virtual machine that interprets Atari 800 assembly language. It is not a Atari emulator that runs Atari 800 ROMs. You can learn how to write Atari assembly source and the foundations of modern programming languages
PSPMO5 PSPMO5
Fans of classic computer emulators should take a gander at the final version of zx-81's PSPMO5, the Thomson MO5 emulator for the PSP. As mentioned in the coverage of the previous release, PSPMO5 is based on the MO5 emulator written by Daniel Coulom for Windows, Mac, and Linux
Commander Keen PSP Commander Keen PSP
McZonk from Team Emergency Exit has released his port of Commander Keen for PSP, version 0.9. Commander Keen PSP is a ported version of Katyis CloneKeen v8.3, which is an open-source remake of the good old 2D Commander Keen by id Software back in 1990. McZonk started on his own at the beginning, but then noticed Katyis work
NeoGeo CDZ Emulator NeoGeo CDZ Emulator
NJ has updated his NeoGeo CDZ Emulator for PSP to version v0.2.1. NeoGeo CDZ Emulator for PSP is a port of NJis own NeoGeo CDZ Emulator for Windows. NJ has been working hard on this emulator these days. Information of the new version:
* 0.2.1
Changelog 0.2.1
Fixed a freezing problem when loading 24bit color PNG images
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