Pax Consola is a programming environment for retro consoles.
[Documentation](http://paxconsola.com/book/) | [Website + IDE](http://paxconsola.com/)You can install the command line binaries from this repo:
cargo install --git https://github.com/tcr/paxconsola paxforth
cargo install -p pixconsola
You can run all tests for the paxforth
repository:
./run_tests.sh
./run_tests_opt.sh
cd consoles/gb/
make run GAME=snake_world.fth
cd paxconsola-ide
make serve
Convert graphics for different target systems using pixconsola
.
pixconsola encode lib/sprite-hero.png -o build/sprite-hero.raw --format c64-multicolor
This program works especially well with PNGs authored with Aseprite.
Pax Forth, Pax Consola, and Pix Consola are under the MIT License.
- NybbleForth
- ColorForth
- Retroforth
- Easy Forth
- Hardware Simulation in Forth
- liforth prelude
- Building Forth Structures
Documentation:
Reading: