Wee Basic Good news for me and myselves. The new version of Wee Basic has arrived.
Where exactly are we on this road map to hell? Wee basic now has:
- backgrounds
- sprites
- sounds
- microphone
- key presses (keyboard and most hardware keys)
- stylus touches (touch recognition and coordinates)
- motion
- primitive graphics
- basic printing and coordinate printing
- both screens can be used
- core basic commands
- usable editor with save/load, using text files
(But dona€t pee in your pants yet my lovelies).
Version 0.6
Fixed:
- editor has been completely revamped thanks to Alana€s txtwriter source code. See http://ds.spacemonkeymafia.com.
I modified some of txtwritera€s basic editing code for the Wee Basic editor.
- bug in boolexpressions (for if/while) using strings
added/changed:
- added motion commands (untested)
motion (keyword initializes motion - throws an error if no motion card detected)
motx, moty (motion coordinates)
example:
motion
let x=motx
let y=moty
print 1 a€oMotionx: a€o+x
print 1 a€oMotiony: a€o+y
end
- playmp3 now has optional settings
Syntax is playmp3 ,, (each is an integer or number variable)
You can still use playmp3 without options if you want to keep it simple
As usual, download wee06.ppt and change extension to zip - enjoy. Usual rider - use at own risk.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
REminiscenceDS 0.1.8 - Flashback for DS REminiscenceDS 0.1.8 - Flashback for DS REminiscence is a rewrite of the engine used in the game Flashback from Delphine Software. This program is designed as a cross-platform replacement for the original executable and uses the SDL library. Original version by Gregory Montoir.
Copy the original dos files into the romdisk/Data directory and run the createromdisk
Woopsi Ant512, a homebrew developer specializing in Nintendo DS applications is trying to break the groundwork for other homebrew coders with the Woopsi homebrew, which aims to create a simple windowing system that programmers can use for their own applications
PAlib PAlib You've got to admire Mollusk's dedication to his craft. He works slowly but surely, Not wanting to release a haphazardly done PAlib. It took him a month to make a follow up to his first Beta release, and has yet to make an official release
Woopsi Woopsi from ant512:
This release includes the usual set of bugfixes. New features are mainly centred around testing the library - there's a new "tests" folder which will grow into a comprehensive set of test harnesses for every UI gadget
PAlib Portable A simple to use, GUI app which will copy the devkitPro folder, and patch various files to allow you to compile on machines without even install devkitPro or PAlib!!
Woopsi Woopsi
Developer's note:
This release adds system-wide support for unicode (UTF-8). Virtually all of the new features are related to text storage, manipulation or display.
In addition to that, the FileRequester is now an official part of libwoopsi and there are dozens of fixes and improvements
DS App Studio v 0.5 DS App Studio v 0.5 A
DS App Studio is Awesomisoft's PC utility offering for the DS. This version pegs it at v0.5, with a variety of changes implemented.
A
A
New Features:
A
Adding fonts
A log of the compilation process
When compiling, You Can Easily now see the warnings, or errors, That Were Made DURING the compiltion
End of the Shadows source code update End of the Shadows source code update Although Octobinz had previously promised that he'd release the latest demo of End of the Shadows soon, what we get today is actually a quick update on the source code.
To the homebrew devs out there that plan to do some microscopic observations on his work in progress, Octobinz says that he's updated this using an SVN version
MLlib MLlib from hillbilly:
I finally finished my library based on Felix's code (http://blog.dev-scene.com/felix/2007/06/10/multitouch-demo/) and thought to release it with one demo in it. (I'll keep the photo demo to myself for now..). The demo is a little drumming application. Pretty simple but it still has some bugs. Please post back about any findings regarding this library