https://github.com/andreax79/tabboz
Tabboz Simulator
https://github.com/andreax79/tabboz
Last synced: 5 months ago
JSON representation
Tabboz Simulator
- Host: GitHub
- URL: https://github.com/andreax79/tabboz
- Owner: andreax79
- License: gpl-3.0
- Created: 2016-11-25T20:43:23.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T08:42:56.000Z (over 1 year ago)
- Last Synced: 2025-09-09T18:24:29.115Z (10 months ago)
- Language: HTML
- Homepage: https://andreax79.github.io/tabboz/
- Size: 11.6 MB
- Stars: 118
- Watchers: 7
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://emscripten.org/)
### 📦 Builds
Build the project.
```shell
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:
```shell
make rc
```
### 🎨 Code linting
To fix the linting errors, use the following command:
```shell
make format
```
### 🚀 Links
- [Novantotto, A tool for porting Windows programs to WebAssembly](https://github.com/andreax79/novantotto)
- [Emscripten, A complete compiler toolchain to WebAssembly](https://emscripten.org/)
- [98.css, A design system for building faithful recreations of old UIs](https://github.com/jdan/98.css)
## ⚖️ LICENSE
[](https://www.gnu.org/licenses/gpl-3.0.en.html)