Woopsi Great news to users of Ant512's GUI Development Library! Woopsi v0.32 has just been release by Ant512. This particular homebrew which is based on the AmigaOS system aims to help coders to create user interfaces for their own homebrew projects.
The developer also provided the source code for this application. Feel free to tinker with it in case you have ideas of your own or if you want to customize it to your own linking.
What we have below is the bulleted list of the bug fixes and some of the new things that have been added to the homebrew development program. Do read the notes on Woopsi.
Fixes:
* Moved abstract methods out of FontBase not needed by all fonts.
* Renamed "checkGlyphData()" in font classes to "isCharBlank()".
* Moved more code out of FontBase into FixedWidthFontBase.
* Changed FontBase::clearColour() to support Jeff's new font classes.
* Screens receive focus correctly when clicked.
* Screens no longer start dragging when clicked other than in the titlebar.
* Text class now responsible for maintaining string memory instead of MultiLineTextBox.
* Text::wrap() trims spaces from the start of each line.
* Text::wrap() breaks more sensibly at quotes, etc.
* Closing/shelving a child gadget chooses a new focused gadget correctly if the child is the only gadget in the list.
* Gadgets now check recursive isEnabled() function instead of using the enabled flag directly.
* Removed WiFi icon due to problems with some loaders.
* Moved ROM icon to icons directory to reduce ROM size.
* Removed vector from woopsiheaders.h.
* Gadget constructor respects GADGET_PERMEABLE flag.
* Renamed Woopsi::play() to Woopsi::run().
* Protected methods within Woopsi class that should not be public.
* Gadget::unregisterChildrenFromVBL() recurses through child tree and unregisters all descendents.
* Gadget destructor will perform all deletion operations if it is called directly and the correct deletion queue method is bypassed.
* Context menu shelved if the gadget that opened it gets closed.
* Slider/scrollbar inaccuracies fixed.
* Fixed rounding errors in TextBox alignment.
* Documentation updates.
* Switched demo code to follow Jeff's design pattern.
* Changed Woopsi queue handling to use while loops, so that unexpected changes to the lists don't cause crashes.
* All attempts to dereference woopsiApplication check for NULL first.
* Gadget::redrawDirty() clips to parent dimensions correctly.
* Woopsi's gadget delete queue gets processed before the VBL listeners, ensuring that deleted gadgets no longer try to fire events.
* Deleted gadgets no longer raise events.
* Gadget::isDeleted() recurses up through hierarchy.
New Features:
* Added PackedFontBase, PackedFont1 and PackedFont16 classes (proportional font support).
* Added "pythonscripts" folder with Jeff's "bmp2font" Python script for creating PackedFont-compatible fonts.
* Renamed existing show/hide system to shelve/unshelve and added true show/hide system.
* Added Gadget::isEnabled().
* Added ListBox and ListBoxItem classes.
* Added double click events (optional per gadget via a flag).
* Added ProgressBar class
* Added EVENT_SHELVE and EVENT_UNSHELVE events.
* Gadgets can become modal.
* Added Jeff's application control code to Woopsi class.
* Added CycleButton class.
* Merged SDL loop code into Woopsi class.
* Merged DS and SDL woopsifuncs files.
* Buttons change colour when clicked.
Anyway, there's still more to know about this homebrew. In case you are curious about it, you can do so by reading the readme text files included in the archives. We high encourage it that you guys do so. We'll keep you posted for more updates.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
Virtual Game Maker DS 0.05a Virtual Game Maker DS 0.05a Virtual Game Maker is an application in which you can create your own RPG map and play it. At the current time, the app is in the very early stages of developement so do not expect a nice round cookie. There is no save or loading function and no map at the current version
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
devkitARM 19b for Windows devkitARM 19b for Windows devkitPro has released another bugfix for the popular homebrew development kit.Here's a rundown of what's new:This release fixes the malloc problems with GBA code. The elf2flt code has now been removed due to user issues and the minor fact that it no longer works with an arm-eabi target. Some minor fixes have been made in the newlib stdio patches
Win2DS Win2DS Taking a page off Sintax's original release of Win2DS homebrew application, MonkeyNZ has released an unofficial version of Win2DS v0.8a which adds several new features to enhance the previous version.
The latest release of Win2DS has both the client and server side updated with new code to enhance the speed and quality of the service
DevkitARM DevkitARM Developer devkitPro is sending out word that the latest build for devkitARM is now available for download. For those asking, DevkitARM is a toolchain for programming homebrew software for Nintendo DS and Game Boy Advance. This version is for use on Windows.
* Upgraded to gcc 4.1
NDS Managedbuilder NDS Managedbuilder Sniper doesn't let a great season like summer to stop him from doing something what he loves which is brewing NDS applications.nds He just released NDS Managedbuilder 1.1.2, the latest update on his application which is an Eclipse CDT plugin for C/C++ development especially for the NDS target system. The new features in v1.1
Project Sheratan Project Sheratan This Project aims to create a Card Battle engine for RPG games on Nintendo DS, mimicking the Baten Kaitos series's card system.*Created classes for management of characters. (Sprites from http://www.spriters-resource.com)*CardTray class created for checking player's card selections and transforming them into character actions
Woopsi Woopsi fro ant152:Version 0.35 is now out. Changes are listed below. The most significant changes this time around include the addition of a keyboard gadget for text input, cursor support in the TextBox gadget and re-written VBL integration to use a much simpler timer gadget for VBL-based code.I've attached a screenshot of the keyboard
PAlib PAlib
New PAlib update is out now! It's considered stable and ready for everyone to use.
Read the ReadMePlease.txt file included with the downloads for detailed instructions on how to install everything, including the devkitARM toolchain and the optional external libs. Note that devkitARM r21 is still the recommended version of the toolchain for this release