News

Metaphrasis v0.1.2 (Wii misc)

Metaphrasis is a static conversion class for transforming RGBA image buffers into various GX texture formats for Wii homebrew development. Metaphrasis is written in C++ and makes use of a community standard and newly developed algorithms for conversion of 32-bit RGBA data buffers into various GX texture formats common to both the Gamecube and Wii platforms.

This library was developed in-full by Armin Tamzarian with the support of developers in #wiidev on EFnet, Chaosteil of libwiisprite, and DrTwox of GRRLIB.

Full Doxygen API documentation is included within the download archive for assistance with program integration.

http://wiibrew.org/wiki/Metaphrasis

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

FreeTypeGX v0.3.1 (Wii misc)

FreeTypeGX is a wrapper class for libFreeType which renders a compiled FreeType parsable font into a GX texture for Wii homebrew development. FreeTypeGX is written in C++ and makes use of a selectable pre-buffered or buffer-on-demand methodology to allow fast and efficient printing of text to the EFB.

Note: As of version 0.2.1 FreeTypeGX has forked into two disparate projects and now relies upon the Metaphrasis library.

This library was developed in-full by Armin Tamzarian with the support of developers in #wiidev on EFnet, Chaosteil of libwiisprite, and DrTwox of GRRLIB.

Full Doxygen API documentation is included within the download archive for assistance with program integration.

http://wiibrew.org/wiki/FreeTypeGX

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

GRRLIB v4.3.0 (Wii misc)

GRRLIB is a C/C++ 2D/3D graphics library for Wii application developers. It is essentially a wrapper which presents a friendly interface to the Nintendo GX core. With it, coders can quickly and easily start creating graphical applications.

GRRLIB is supplied as a standard C/C++ library (aka. archive) called ‘libgrrlib’. Because GRRLIB processes JPEG and PNG images, it requires the installation of the ‘libjpeg’ and ‘libpngu’ libraries. ‘libpngu’, in turn, requires ‘libpng’ and ‘libpng’ requires ‘libz’. GRRLIB also has FileIO functions to allow real-time loading and saving of graphical data, and thus also requires ‘libfat’. GRRLIB also has the possibility to use TrueType fonts, so ‘libfreetype’ is also required.

Changes:

libpng was updated to version 1.4.2
libjpeg was updated to version 8b
zlib was updated to version 1.2.5
FreeType 2.3.12 support (first support)
3D primitive drawing: torus, sphere, cube, cylinder and cone
Light functions (diffuse, specular, spot) + ambient
Splitted functions for rotation/translation/scaling 3d object.
Here is the list a new added samples demo code :
3d_light1 -> Simple Diffuse light sample code
3d_light2 -> Simple Lights and GRRLIB_ObjectViewInv sample
3d_light3 -> A little Specular light sample code
3d_light4 -> Spot Light Sample Code
3D_sample5 -> Simple demo of rotation/translation/scaling 3d object.
ttf -> TrueType Font demo

http://wiibrew.org/wiki/GRRLIB

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

FootballMonitor v0.35 (PPC misc)

FootballMonitor is a Football (Soccer) Monitoring Service which alerts you when a team is playing and on score updates. Configurable for teams, and frequency of update. Works with lots of major leagues round the world.

Changes:

Changed many graphics for Config App
Added Notification if Save Required
Added Results/Fixtures for some leagues
Option to checks for newer version on startup
Shows Red/Yellow cards (doesn’t alert when they change yet)
Hopefully fixed Vibrate on
Allowing for other languages through editing of texts.txt file

http://forum.xda-developers.com/showthread.php?t=644878

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

Deadbeef (27-06-2010) (Pandora Application Port)

Deadbeef is yet another music player!

Main features (the list is most likely far from complete):

* mp3, ogg vorbis, flac, ape, wv, wav, m4a, mpc, cd audio (and many more)
* sid, nsf and lots of other popular chiptune formats
* ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support
* character set detection for non-unicode id3 tags – supports cp1251 and iso8859-1
unicode tags are fully supported as well (both utf8 and ucs2)
* cuesheet (.cue files) support, with charset detection (utf8/cp1251/iso8859-1)
* tracker modules like mod, s3m, it, xm, etc
* HVSC song length database support for sid
* gtk2 interface with efficient custom widgets
no GNOME or KDE dependencies
* drag and drop, both inside of playlist, and from filemanagers and such
control playback from command line
* global hotkeys
* multiple playlists
* album artwork display
* 18-band graphical equalizer
* metadata editor
* user-customizable groups in playlists
* user-customizable columns with flexible title formatting
radio and podcast support for ogg vorbis, mp3 and aac streams
* gapless playback
* plugin support; bundled with lots of plugins, such as global hotkeys and last.fm scrobbler; sdk is included
duration calculation is as precise as possible for vbr mp3 files (with and without xing/info tags)

http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,6,114

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.