News
Counter v0.1 (GP2x Application)

A simple counter program coded by Gregor Richards.

Quote:

Some friends of mine and I play a card game that involves keeping a running tally ( http://www.codu.org/wiki/?title=Hydra ), and we decided a paper tally just wasn’t cool enough. This program simply displays a number, increases it when you touch the screen (or A), decreases it when you press up, resets the counter when you press start+select, and quits when you press L+R. Stupidly simple, but maybe somebody else will find it useful.

http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,8,2628

By with 0 comments
WiiBrator v1 (Wii Application)

WiiBrator is an advanced vibrator simulator for the Nintendo Wii…

http://wiibrew.org/wiki/Homebrew_apps/Wiibrator

By with 0 comments
SD Explorer v0.9 (Wii Application)

Simple explorer application for Wii.

Features:

create directories
delete directories recursively
create empty files
delete files
move and rename dirs and files

http://wiibrew.org/wiki/Homebrew_apps/SD_Explorer

By with 0 comments
Duck Hunt v1.8 (Wii Game)

Duck Hunt is a very minimal, clone of the classic NES/Famicom game Duck Hunt where you shoot ducks.

Changes:

– Round counting
– Ducks start at a random location underneath grass with fixed size
– Only 3 bullets per round
– Perfect screen is working

http://wiibrew.org/wiki/Homebrew_apps/Duck_Hunt

By with 0 comments
libwiisprite v0.2.0 (Wii misc)

libwiisprite is a C++ sprite library written for the Wii which utilises GX for all it’s graphical operations, meaning the GPU is used to accelerate graphics.

libwiisprite aims to make developing Wii homebrew simple and fun with better graphical results than currently existing libraries.

libwiisprite is currently under heavy development, but this version is a semi-stable version allowing most of the proposed functionality of the library.

Currently 24bit and 32bit PNGs are the only supported image format. We are working on allowing images to be loaded from compiled-in texture data and even more formats.

The library comes with full Doxygen documentation to help get development started. It is also available online: http://feesh.braingravy.co.uk/libwiisprite/

Changes:

Quad was added as an additional Layer-based class to use. You can now draw colored rectangles without textures.
TiledLayer now supports transparency.
Sprites can now get stretched with SetStretchWidth() and SetStretchHeight(). Check out the documentation for further instructions.
You can get information about the current position of the sequence in a Sprite with GetFrameSequencePos().
Frame sequences in Sprites now can get actually longer than the image has tiles.
Layer got additional SetX() and SetY() methods for quicker position setting of one axis.
LayerManagers now can erase their Layer list with RemoveAll().
Bilinear filtering for textures can be turned off now. Look up the texture transformation enumeration for sprites.
Fixed showing up of a green bar on startup.
Squished out several small bugs to enhance stability. Also possible performance increase.
Image.LoadImage() now returns an error code when loading an image with the wrong format.
Loading of 24bit PNGs is also possible now.
Complete compatibility with the previous version. Your code should work out of the box with no changes at all.
There is now a Makefile for installing libwiisprite to your appropriate folders. Check RELEASE.TXT for further information.
Documentation is more complete. There are several pages which explain the more “advanced” features of the library.
All of the examples got updated. We also added an template example.

http://wiibrew.org/wiki/Development_Applications/libwiisprite

By with 0 comments
Bleach Adventure v0.1 (PSP Game)

pspsflashsystem has released a first demo of his upcomming game Bleach Adventure. It’s a sort of RPG game coded in C.

http://forums.qj.net/showthread.php?t=141448

By with 0 comments
Lua System SP4 (PSP Lua Application)

Lua System SP4 is a LUA coded shell applicatino for Playstation Portable.

http://forums.qj.net/showthread.php?t=141518

By with 0 comments
Nanodesktop v0.3.4 (PSP misc)

Nanodesktop is a library for the development of simple applications under embedded platforms, as the Sony Playstation Portable (TM).

The Nanodesktop library is totally written in C for maximum performance. If you have a platform where you cannot run traditional windows environments, as X-Window (TM), you can try Nanodesktop library.

Discussion: http://forums.qj.net/showthread.php?t=141543

http://visilab.unime.it/~filippo/Nanodesktop/nanodesktop.htm

By with 0 comments
iPhone Simulator (2nd Version) (PSP LUA Application)

iPhone Simulator is a LUA shell imitating an iPhone interface.

http://forums.qj.net/showthread.php?t=141556

By with 0 comments
OtaClockDS (RC 2) (NDS Application)

madcat1990 has updated his (wakeup) clock application.

Changes:

Otacon’s eyes now follow the stylus
Alarm now rings while the Ds’s lid is closed
Recolored/remade some graphics
Added copyright at beginning of program
Added a “Scared” otacon sprite when you get the math problem wrong
When you get the math problem wrong, the program will generate a new one
fixed a minimal flickering

http://nintendo-ds.dcemu.co.uk/otaclockds-rc2-117137.html

By with 0 comments