This next one should be useful for those who are just learning to code in Lua. Homebrew developer daaa57150 dropped by QJ.Net Forums and updated his own take on animlib v4. Take note that the original animation library was first coded by Grimfate126. Animlib lets users create animations based on multiple images or on spritesheets.
The developer also mentioned that he is currently creating a game using this very same library. If you seriously want to learn Lua coding using Daaa's animlib v4, you better get this new version because a couple of important things have been added. The complete changelog reads:
* Added fps counter on the demo
* Corrected a bug in ANIM:blit()
* Added pixel() and save() methods so now you have all the getter methods existing on images
* Optimized spriteSheet animations (no more calculations on blit)
* Corrected a copy/paste bug in setMaxLoops() for spriteSheets
* Added frameChanged() method
Daaa's animlib v4 mod v0.3 comes with a comprehensive Readme file where you can learn about important stuff and reminders from the coder. Don't forget to browse through it first befure using this.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
LibNDS 20060201 LibNDS 20060201 LibNDS, the coding library used for Nintendo DS development, has been updated. Here are the changes:
improved touch code
Fixed DMA_START_CARD
Added key repeat as suggested by pepsiman
remove duplicate ATTR0_BMP in video
libwiisprite 0.2.2 libwiisprite 0.2.2
Developers Chaosteil and Feesh! recently rolled out the latest version of the Wii homebrew sprite library librwiisprite. Version 0.2.2 is a particularly significant update since it now supports buffer loading, which eliminates the need to specify a path from where you need to load your images
Tinke Tinke benito356 continues to work on his decompiler homebrew app for the DS. This here is x86 for v0.7.2.
0.7
TimeManager TimeManager
Yan2Yan's TimeManager version 0.1 could be a great addition for time-dependent applications and games for some trying homebrew coders out there, though this one's particularly made for C, C++ coding environments for the Sony PlayStation Portable
Woopsi Woopsi Developer's note:
A
This version has had a significant version bump because it is considered complete. I'm holding off from releasing version 1.0 partly to ensure that the documentation is done and partly to allow time for any bug reports
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
myLCD myLCD
Okio from our forums has just updated myLCD. This tool is only for developers. If you don't understand a word of what I say, don't worry. You don't need to understand this unless you're a developer.
First the greek explanation. (Well, not greek actually. But to most of you, it will look greek ;-) )
myLCD is a Unicode Text Rendering Library
Daaa's animLib v4 mod Daaa's animLib v4 mod
Daaa's just released a new version of his animLib mod on our forums. This version, 0.2, now includes two more helpful functions: width() and height(). According to daaa, these new functions will help you "smoothly replace your images in your code
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