tabboz
tabboz copied to clipboard
Tabboz Simulator
Simply tap the icon to launch the Tabboz Simulator directly in your browser.
🖥️ Web development
📖 Prerequisites
In order to compile the project we need the following software installed on our development machine:
- Python >= 3.8
- Emscripten
📦 Builds
Build the project.
make build
We also have a script for updating dialogs used in the project, you only need to run this if you modify the .rc files:
make rc
🎨 Code linting
To fix the linting errors, use the following command:
make format
🚀 Links
- Novantotto, A tool for porting Windows programs to WebAssembly
- Emscripten, A complete compiler toolchain to WebAssembly
- 98.css, A design system for building faithful recreations of old UIs
