FocusWriter is a simple, distraction-free word processor. It utilizes a hide-away interface that you access by moving your mouse to the edges of the screen, allowing the program to have a familiar look and feel to it while still getting out of the way so that you can immerse yourself in your work. Ported to Pandora by Canseco.
Release notes:
– Latest stable release. Compiled with QT 5.6.0 from latest beta Codeblocks PND.
– Default config for OpenPandora, scaling done with QT_SCALE_FACTOR=1.25.
– Included Hunspell dictionaries from Libreoffice extensions: English, Spanish.
ZEsarUX (ZX Second-Emulator And Released for UniX) is a ZX Spectrum emulator for UNIX systems, but also available compiled for the Pandora. It emulates the following: ZX Spectrum, ZX-Uno, ZX80, ZX81 and Z88.
Changes:
– Latest stable release. Updated libs and sources.
Butterfly64 by uhellstr is a C64 basic demo converted to PICO-8.
We very much like the release notes, so here they are:
Found out about PICO-8 just the other day. Did allot of assembly programming on the C64 in the old good days. Thought I would give this “Fantasy console” a try. Since i never written a line in LUA before I was thrilled over how easy it is to understand the basic idea about programming for this machine. Yesterday I spent abou 5 hours (1 hour on read thru the forums and the manual) and then the rest of the time to write a simple demo for PICO-8. It’s a a convertion of a BASIC demo i wrote in 2010 for the C64.
Mathemagician by briac is a fun math game, inspired by the game “24”, where you have to make mental calculation to obtain a target number with only the 4 integers given to you. You can use parenthesis and standard operators (+,-,*,/) to get to the result. The fun part in this cartridge is the calculator which includes a parsing Shunting-yard algorithm to generate and evaluate an RPN expression.