Agenda VR3 Stuff

These are some of my Agenda VR3 projects

None of these are yet tested with snow except for the text editor -- But will be

Since I couldn't find a text editor in the Agenda Software Repository I cobbled one together with bits of source code taken from here and there. Sorry, but there are no binaries here, only source until I get my head round what needs to be done with snow binary distribution... click here to download Simple Editor source code This editor is broken due to extra byte being put in end of file in Agendacomputings current fleditor widget in the mean time here is an alternative

I also put together a little browser for local image-less html pages without frames using the ESP Widget Set grab it here

flin - Universal gui for commandline applications development abandoned due to lack of interest

Music Software for VR3

Beep-composer - drive friends and family bananas

And in the pipeline ...

Vrtracker - Mod Tracker, Ear training software, Metronome ...


Here is some stuff I have cross-compiled

Xzip - zcode interpreter

This is an interpreter for infocom syle text adventures. There are many free adventures you can run using this binary, you can find them here. To run them - open a terminal and type xzip nameofgame.z5

The source code to xzip.1.8.2 can be found here and a patch for making it more suitable for the agenda here

mawk - Mike's AWK

Mike's AWK is a fully POSIX compliant AWK and is faster and smaller than GNU AWK. It didn't need any special treatment to cross-compile for the VR3. You can find the source code in here or here