libwiisprite 0.2.1 – sprite and image optimizations, new bug fixes

Nintendo Wii console - Image 1Homebrew developers Chaosteil and Feesh! recently updated their homebrew sprite library for the Nintendo Wii platform, libwiisprite. Its newest build bumps itself up to version 0.2.1 and comes with a lot of optimizations to help those homebrew projects out. Find out what new changes were added since our previous coverage of libwiisprite after the jump.

Download: libwiisprite v0.2.1

Nintendo Wii console - Image 1Homebrew developers trying their hands out on the Nintendo Wii platform should take the time to download the latest version of Chaosteil’s and Feesh!’s libwiisprite. The newest build of the sprite library bumps itself up to version 0.2.1 and comes with a lot of optimizations to help those homebrew projects out.

Much of the changes in libwiisprite 0.2.1 include many sprite and image optimizations for better usage by homebrew devs. There were also a couple of bug fixes which help out with sprite transformations.

Here are the exact details of all the new additions since our previous coverage of libwiisprite:

0.2.1

  • Sprites now also can use additional collision detection which includes the rotation and the zoom of the sprite. Check the documentation on how to do it.
  • Implemented additive blending which can be useful for particle effects. Check the transformation enum in sprites.
  • Fixed a bug with transformations. Now Sprite accepts u8, so transformations can be used as flags.
  • Added defines for IR pointer correction. Check spritetest on how to use the pointer the right way.
  • Several additions to GameWindow: You can now stop the Video subsystem, as well as poll for the height and width of the screen.
  • You can now use Image to draw on the image. You must derive from the image to an own class to use it.
  • Images can now only initialized only once. This prevents from freaking Sprites and TiledLayers out when changing images.
  • Some optimizations here and there.

As always, please don’t forget to check out the Readme.txt file included in the file bundle for details on how to use and install libwiisprite.

Download: libwiisprite v0.2.1

Add a Comment

Your email address will not be published. Required fields are marked *