July 9th, 2008 by 0xtob
Ladies and Gentlemen!
NitroTracker v0.4 is finally here!

The main new features are:
- Looping
- Volume Envelopes
- Loops
- Multi-Sample Instruments
- Looping
Minor improvements:
- wav saving
- free ram indicator
- sample preview
- the file browser remembers recent folders and files
- improved xm player
- volume column editing
- sample panning
- improved left handed mode
Read the full story here!
Posted in ds, nitrotracker | 1 Comment »
June 19th, 2008 by 0xtob

I am pleasantly surprised by how easy it is to get started with coding for the Wii! As a first little project, I ported the Box2D physics engine and made a little demo app called Box2DBalls (source included).
I think the Wiimote and Box2D play together very well. There are a lot of possibilities for fun 2D physics games, so go make some! :)
Box2DBalls comes with source code. Check the Readme for instructions on compiling Box2D for Wii. It’s dead simple!
Posted in wii | 2 Comments »
April 26th, 2008 by 0xtob
Sh4wn is running return1.net/site/pp, which is a great place for sharing your Pocket Physics productions and for browsing though what others made. Recently, the interactive flash player by emeric was included in the site so you can now play back the sketches online and even interact with them! Accuracy is not 100% but I’m quite impressed how close it is.

Even if you don’t have Pocket Physics, do check out the site. Thanks a lot to Sh4wn and emeric for their efforts!
Posted in ds, pocket physics | No Comments »
April 15th, 2008 by 0xtob
For easier integration with NitroTracker, libntxm now includes editing functionality under the hood. There aren’t any changes for the end-user, except for maybe one or two new supported effects, so if you use libntxm 0.1 there is little reason to upgrade, but:
libntxm is now used as part of NitroTracker instead of being just a stripped down version of the NitroTracker arm7 code. Also, libntxm is now hosted on Google Code and has an SVN repository there. So, you can now easily add new features to libntxm, and I can integrate them into NitroTracker just via a simple “svn up”.
libntxm project page on Google Code
Currently, I’m searching for someone who wants to implement support for loading / saving new file formats like .it, .s3m, etc. Also, .wav saving and .xi loading / saving would be useful. If you want to help out, please contact me!
Posted in ds, nitrotracker | No Comments »
March 15th, 2008 by 0xtob
After a lot of optimization and bugfixing work, I’m releasing
Pocket Physics 0.6!
In this version I focused on speed and stability, and I think it shows. If you compare the speed to the old version, you think up to now everything was in slow motion! There are no more spontaneous explosions and no other randomness. If you restart the simulation, it will behave exactly like it did before. Also, it has become much more stable. In fact I cannot get it to crash any more! If you can, please tell me how!
Check it out! Although I didn’t add any new major features, I think this is a huge improvement!

And if you haven’t already, check out these sites for some great examples of what people are doing with Pocket Physics like the ones above:
http://pp.mnfu.com/
http://www.return1.net/site/pp
Posted in ds, pocket physics | No Comments »
March 15th, 2008 by 0xtob
I’m happy to announce that fixed point math and the DS target are now officially supported in Box2D! So if you were using the fixed point patches before, you can now just check out the latest SVN version of Box2D. Check this thread for further updates! Huge thanks to Kavaler for his help with the fixed point port!
Posted in ds | No Comments »
February 21st, 2008 by 0xtob
Sometimes when I added a new feature to Pocket Physics, I thought “This is actually quite fun!” In this version, I added the moving tool, and I must say: This is seriously an awful lot of fun! You can now directly interact with your sketches by grabbing and throwing objects with the stylus! Also, editing has become a lot easier because you don’t have to delete and re-draw objects to reposition them. Try it out, it’s really cool!
Get it from the project homepage!
Again, a big thank you to Erin Catto for making the amazing Box2D library!
A note on stability:
Pocket Physics uses a modified version of Box2D that uses fixed point math instead of floating point. Due to this conversion, a lot of unexpected things (spontaneous explosions, freezes, etc) can occur. I’m working on improving stability of Box2D, but it takes time to track down and fix these bugs, so please bear with me.
Posted in ds, pocket physics | 2 Comments »
February 21st, 2008 by 0xtob

This might become interesting.
Big thanks to bushing, segher, tmbinc, wintermute and everyone else working hard to make Wii homebrew possible!
Posted in wii | No Comments »
February 7th, 2008 by 0xtob
Version 0.4 is out and adds saving and loading! Never lose your work again, and share your creations with others!

Get it from the project homepage!
Posted in ds | 3 Comments »
February 2nd, 2008 by 0xtob
I want to highlight a really fun music application called MIDI Jammer by Andrew Buch, which uses DSMI for sending MIDI events. The touch screen is divided into horizontal/vertical bars which are mapped to notes of a scale that can be configured by the user. You can jam around just by sliding the stylus over the bars. The fun thing is that it’s pressure sensitive, so the volume depends on the pressure you apply. In another mode the program can also be used as a Kaoss Pad (which is more flexible than KaossDS). Andrew is planning on a standalone mode that uses the PSG for live chip-style jamming!
Posted in ds, dsmidiwifi | No Comments »