Varvara Multiplexer, written in Tal/ANSI C(SDL2)
Go to file
neauoire fdd5a5e5c1 More robust routing of global fkeys 2023-12-06 10:59:26 -08:00
etc Fixed issue with graph_deo 2023-12-05 12:05:12 -08:00
src More robust routing of global fkeys 2023-12-06 10:59:26 -08:00
.clang-format
.gitignore
LICENSE
README.md
makefile

README.md

Porporo

Porporo is a Varvara operating system, written in ANSI C.

Build

To build the Uxn emulator, you must install SDL2 for your distro. If you are using a package manager:

sudo pacman -Sy sdl2             # Arch
sudo apt install libsdl2-dev     # Ubuntu
sudo xbps-install SDL2-devel     # Void Linux
brew install sdl2                # OS X

To build Porporo and the required roms:

make run

Controls

  • F1, lock varvara.
  • F2, center varvara.
  • F4, exit varvara.
  • F5, soft-reboot varvara.
  • d, draw mode.
  • m, move mode.

Menu.rom

  • tab, see all files.
  • esc, exit.