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.
- Host: GitHub
- URL: https://github.com/ading2210/ti84pce-html5
- Owner: ading2210
- License: mit
- Created: 2024-08-23T22:48:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T06:43:38.000Z (over 1 year ago)
- Last Synced: 2025-03-27T22:14:29.412Z (10 months ago)
- Language: HTML
- Homepage: https://ti84.pages.dev
- Size: 22.5 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.