An open API service indexing awesome lists of open source software.

https://github.com/andreax79/tabboz

Tabboz Simulator
https://github.com/andreax79/tabboz

Last synced: 5 months ago
JSON representation

Tabboz Simulator

Awesome Lists containing this project

README

          


Tabboz Simulator


Simply tap the icon to launch the Tabboz Simulator directly in your browser.

## 🖥️ Web development


Tabboz Simulator Screenshot


### 📖 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

[![GPL 3](https://www.gnu.org/graphics/gplv3-or-later.png)](https://www.gnu.org/licenses/gpl-3.0.en.html)