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

https://github.com/ading2210/ti84pce-html5

A standalone version of the official TI-84 Plus CE HTML5 emulator. Emulator assets are not hosted here.
https://github.com/ading2210/ti84pce-html5

Last synced: 9 months ago
JSON representation

A standalone version of the official TI-84 Plus CE HTML5 emulator. Emulator assets are not hosted here.

Awesome Lists containing this project

README

          

# TI-84 Plus CE HTML5 Emulator

This is a standalone version of the official TI-84 Plus CE HTML5 emulator from Texas Instruments. The emulator assets are downloaded from `mn.testnav.com/client` and are not hosted on this repository.

To run the emulator, host a web server at this directory, then visit it in your browser.
```
$ python3 -m http.server
```

To bundle everything into a standalone HTML file, run the `inline.py` script. The resulting file will be located at `bundled.html`
```
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python3 inline.py
```

This repository is licensed under the MIT license.