Skip to content

wasmWabbitemu, a web-based TI-8x emulator based on wxWabbitemu

License

Notifications You must be signed in to change notification settings

marwatk/wasmwabbitemu

 
 

Repository files navigation

wasmWabbitemu

What is wasmWabbitemu?

wasmWabbitemu is port of the wxWabbitemu a TI-8x emulator to the web. It is based on a decent TI-8x emulator, Wabbitemu.

Online demo

https://marwatk.github.io/wasmwabbitemu/

Building and running

Building currently requires docker. After docker is installed simply run devhtml.sh to build and start a simple webserver:

./devhtml.sh

You can set optional environment variables for PORT, CONTAINER_NAME and IMAGE_NAME if needed.

Once started visit http://127.0.0.1:8081/ in a browser and load a ROM.

Extracting static content

If you'd prefer to run under a pre-existing webserver copy the /public folder out of the docker image.

docker cp wabbit /public /my/webserver/htdocs/

Status

Currently the only skin is a TI-85, but this can be easily extended by editing the CSS (keymaps and colors are pure CSS).

License

See LICENSE

About

wasmWabbitemu, a web-based TI-8x emulator based on wxWabbitemu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • HTML 0.2%
  • C++ 0.1%
  • SCSS 0.1%
  • Makefile 0.1%
  • Dockerfile 0.0%