libgba 20060720 Update - Source from devkitPro today are libgba and libnds libraries updates, which brings more compatibility between the two and making coding for both platform easier. Macros from libgba have now been added to libnds and changes (most apparent of which are in the interrupt system) have been implemented on libgba. The old functions on the libgba have been replaced with the naming scheme from libnds:
* InitInterrupt replaced with irqInit * SetInterrupt replaced with irqSet * EnableInterrupt replaced with irqEnable * DisableInterrupt replaced with irqDisable
Other new things for libgba are the change from IE_ to IRQ_ on all interrupt masks and input functions (ScanKeys KeysHeld KeysDown KeysUp and KeysDownRepeat) being changed to the same scheme as libnds where initial letters start with a lower case. To know more about the library changes, just browse the online documents for the new updates.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
MLlib MLlib
The MLlib (or Minishlink's Library) is a simple library to develop on Nintendo Wii. Technically, it's a wrapper of libogc and others librairies.
Changelog:
Now compatible with DevkitPPC r18 and libogc 1.8.0
Python-PSP Budding programmers who want to try their hand out on a language which a bit more readable than most can check out the PlayStation version of the Python programming language entitled "Python-PSP"
Daedalus PSP R11 Source Daedalus PSP R11 Source
It looks like everyone's favorite Nintendo 64 Emulator is finally up with a brand new version. Daedalus R11 is here, boasting numerous changes and fixes that should improve performance on everyone's handhelds.
For those who haven't heard of it, Daedalus R11 is a Nintendo 64 emulation application for PSPs
Woopsi Woopsi Woopsi is a Nintendo DS GUI library for rapidly creating user interfaces for homebrew software. Modelled after the AmigaOS windowing system.
A
Changelog:
Fixes:
WoopsiString::compareTo() no longer inlined (fixes SF bug 3017420).
Moved unused FixedWidthFontBase class into extras directory
PIXELMAN Sprite Designing/Testing/Creating/Animating On the GO!Just so it's clear and the purpose of the app isn't in question (as I think it might be) this is intended to be a developers helper in designing/modifying sprites, particularly for use with PALib, but since there is a binary export now I'm gathering they could be used with any dev platform (not like there are many others
Woopsi 0.34 source Woopsi 0.34 source Homebrew developer Ant512 recently rolled out the latest build to the GUI library tool designed for the Nintendo DS, Woopsi. Version 0.34 includes a lot of new changes, such as the addition of several code fixes and optimizations to help make the program run a lot smoother
Box2D for the Wii Box2D for the Wii
Here's good news for Wiibrew devs out there. Introducing Box2D for the Wii! Box2D is an engine primarily designed for emulating 2D physics. I was recently also used in the creation of WiiPhysics, a new physics playground program from Beardface. To use the program, copy the contents of libbox2d to your libogc/ folder
Ps3Wizard Ps3Wizard
PS3 Homebrew developer PsDev has returned to bring us what he is calling the final update to his PS3Wizard program.A PS3Wizard allows the installation of a PS3 template within your Visual Studio allowing you to create homebrew for your PS3.A It uses Fail0verFlow's makefile and Psvibe main c file and you should be editing the main c to make it your own